google_api_drive v0.1.0 GoogleApi.Drive.V3.Model.TeamDriveCapabilities View Source

Capabilities the current user has on this Team Drive.

Attributes

  • canAddChildren (boolean()): Whether the current user can add children to folders in this Team Drive. Defaults to: null.
  • canChangeTeamDriveBackground (boolean()): Whether the current user can change the background of this Team Drive. Defaults to: null.
  • canComment (boolean()): Whether the current user can comment on files in this Team Drive. Defaults to: null.
  • canCopy (boolean()): Whether the current user can copy files in this Team Drive. Defaults to: null.
  • canDeleteTeamDrive (boolean()): 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. Defaults to: null.
  • canDownload (boolean()): Whether the current user can download files in this Team Drive. Defaults to: null.
  • canEdit (boolean()): Whether the current user can edit files in this Team Drive Defaults to: null.
  • canListChildren (boolean()): Whether the current user can list the children of folders in this Team Drive. Defaults to: null.
  • canManageMembers (boolean()): Whether the current user can add members to this Team Drive or remove them or change their role. Defaults to: null.
  • canReadRevisions (boolean()): Whether the current user can read the revisions resource of files in this Team Drive. Defaults to: null.
  • canRemoveChildren (boolean()): Whether the current user can remove children from folders in this Team Drive. Defaults to: null.
  • canRename (boolean()): Whether the current user can rename files or folders in this Team Drive. Defaults to: null.
  • canRenameTeamDrive (boolean()): Whether the current user can rename this Team Drive. Defaults to: null.
  • canShare (boolean()): Whether the current user can share files or folders in this Team Drive. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Drive.V3.Model.TeamDriveCapabilities{
  canAddChildren: any(),
  canChangeTeamDriveBackground: any(),
  canComment: any(),
  canCopy: any(),
  canDeleteTeamDrive: any(),
  canDownload: any(),
  canEdit: any(),
  canListChildren: any(),
  canManageMembers: any(),
  canReadRevisions: any(),
  canRemoveChildren: any(),
  canRename: any(),
  canRenameTeamDrive: any(),
  canShare: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.