package gapi-ocaml

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

Module GapiDriveV3Model.LabelModificationSource

Sourcetype t = {
  1. labelId : string;
    (*

    The ID of the label to modify.

    *)
  2. fieldModifications : LabelFieldModification.t list;
    (*

    The list of modifications to this label's fields.

    *)
  3. removeLabel : bool;
    (*

    If true, the label will be removed from the file.

    *)
  4. kind : string;
    (*

    This is always drive#labelModification.

    *)
}
Sourceval labelId : (t, string) GapiLens.t
Sourceval fieldModifications : (t, LabelFieldModification.t list) GapiLens.t
Sourceval removeLabel : (t, bool) GapiLens.t
Sourceval kind : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t
OCaml

Innovation. Community. Security.