View Source GoogleApi.Admin.Directory_v1.Model.Privileges (google_api_admin v0.43.0)
Attributes
-
etag(type:String.t, default:nil) - ETag of the resource. -
items(type:list(GoogleApi.Admin.Directory_v1.Model.Privilege.t), default:nil) - A list of Privilege resources. -
kind(type:String.t, default:admin#directory#privileges) - The type of the API resource. This is alwaysadmin#directory#privileges.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Admin.Directory_v1.Model.Privileges{ etag: String.t() | nil, items: [GoogleApi.Admin.Directory_v1.Model.Privilege.t()] | nil, kind: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.