google_api_drive v0.15.0 GoogleApi.Drive.V3.Model.PermissionTeamDrivePermissionDetails View Source

Attributes

  • inherited (type: boolean(), default: nil) - Deprecated - use permissionDetails/inherited instead.
  • inheritedFrom (type: String.t, default: nil) - Deprecated - use permissionDetails/inheritedFrom instead.
  • role (type: String.t, default: nil) - Deprecated - use permissionDetails/role instead.
  • teamDrivePermissionType (type: String.t, default: nil) - Deprecated - use permissionDetails/permissionType instead.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Drive.V3.Model.PermissionTeamDrivePermissionDetails{
  inherited: boolean(),
  inheritedFrom: String.t(),
  role: String.t(),
  teamDrivePermissionType: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.