View Source GoogleApi.Drive.V3.Model.PermissionTeamDrivePermissionDetails (google_api_drive v0.27.1)

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.