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

Attributes

  • inherited (type: boolean(), default: nil) - Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
  • inheritedFrom (type: String.t, default: nil) - Output only. The ID of the item from which this permission is inherited. This is an output-only field.
  • permissionType (type: String.t, default: nil) - Output only. The permission type for this user. While new values may be added in future, the following are currently possible: file member
  • role (type: String.t, default: nil) - Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: organizer fileOrganizer writer commenter * reader

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.