package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. canAddChildren : bool;
    (*

    Whether the current user can add children to folders in this Team Drive.

    *)
  2. canChangeTeamDriveBackground : bool;
    (*

    Whether the current user can change the background of this Team Drive.

    *)
  3. canComment : bool;
    (*

    Whether the current user can comment on files in this Team Drive.

    *)
  4. canCopy : bool;
    (*

    Whether the current user can copy files in this Team Drive.

    *)
  5. canDeleteTeamDrive : bool;
    (*

    Whether the current user can delete this Team Drive. Attempting to delete the Team Drive may still fail if there are untrashed items inside the Team Drive.

    *)
  6. canDownload : bool;
    (*

    Whether the current user can download files in this Team Drive.

    *)
  7. canEdit : bool;
    (*

    Whether the current user can edit files in this Team Drive

    *)
  8. canListChildren : bool;
    (*

    Whether the current user can list the children of folders in this Team Drive.

    *)
  9. canManageMembers : bool;
    (*

    Whether the current user can add members to this Team Drive or remove them or change their role.

    *)
  10. canReadRevisions : bool;
    (*

    Whether the current user can read the revisions resource of files in this Team Drive.

    *)
  11. canRemoveChildren : bool;
    (*

    Whether the current user can remove children from folders in this Team Drive.

    *)
  12. canRename : bool;
    (*

    Whether the current user can rename files or folders in this Team Drive.

    *)
  13. canRenameTeamDrive : bool;
    (*

    Whether the current user can rename this Team Drive.

    *)
  14. canShare : bool;
    (*

    Whether the current user can share files or folders in this Team Drive.

    *)
}
val canAddChildren : (t, bool) GapiLens.t
val canChangeTeamDriveBackground : (t, bool) GapiLens.t
val canComment : (t, bool) GapiLens.t
val canCopy : (t, bool) GapiLens.t
val canDeleteTeamDrive : (t, bool) GapiLens.t
val canDownload : (t, bool) GapiLens.t
val canEdit : (t, bool) GapiLens.t
val canListChildren : (t, bool) GapiLens.t
val canManageMembers : (t, bool) GapiLens.t
val canReadRevisions : (t, bool) GapiLens.t
val canRemoveChildren : (t, bool) GapiLens.t
val canRename : (t, bool) GapiLens.t
val canRenameTeamDrive : (t, bool) GapiLens.t
val canShare : (t, bool) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t