Module GapiDriveV2Model.User
module Picture : sig ... endtype t={displayName : string;A plain text displayable name for this user.
emailAddress : string;The email address of the user.
isAuthenticatedUser : bool;Whether this user is the same as the authenticated user for whom the request was made.
kind : string;This is always drive#user.
permissionId : string;The user's ID as visible in the permissions collection.
picture : Picture.t;The user's profile picture.
}
val displayName : (t, string) GapiLens.tval emailAddress : (t, string) GapiLens.tval isAuthenticatedUser : (t, bool) GapiLens.tval kind : (t, string) GapiLens.tval permissionId : (t, string) GapiLens.tval picture : (t, Picture.t) GapiLens.tval empty : tval render : t -> GapiJson.json_data_model listval parse : t -> GapiJson.json_data_model -> tval to_data_model : t -> GapiJson.json_data_modelval of_data_model : GapiJson.json_data_model -> t