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

Attributes

  • inherited (type: boolean(), default: nil) - Whether this permission is inherited. This field is always populated. This is an output-only field.
  • inheritedFrom (type: String.t, default: nil) - The ID of the item from which this permission is inherited. This is an output-only field.
  • permissionType (type: String.t, default: nil) - 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) - 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

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.PermissionPermissionDetails{
  inherited: boolean(),
  inheritedFrom: String.t(),
  permissionType: String.t(),
  role: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.