package gapi-ocaml

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

Module GapiDriveV3Model.UserSource

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

    Output only. A plain text displayable name for this user.

    *)
  2. kind : string;
    (*

    Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.

    *)
  3. me : bool;
    (*

    Output only. Whether this user is the requesting user.

    *)
  4. permissionId : string;
    (*

    Output only. The user's ID as visible in Permission resources.

    *)
  5. emailAddress : string;
    (*

    Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.

    *)
}
Sourceval displayName : (t, string) GapiLens.t
Sourceval kind : (t, string) GapiLens.t
Sourceval me : (t, bool) GapiLens.t
Sourceval permissionId : (t, string) GapiLens.t
Sourceval emailAddress : (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.