package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module File.LabelInfoSource

Sourcetype t = {
  1. labels : Label.t list;
    (*

    Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.

    *)
}
Sourceval labels : (t, Label.t list) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list