View Source GoogleApi.Admin.Directory_v1.Model.Roles (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.Role.t), default:nil) - A list of Role resources. -
kind(type:String.t, default:admin#directory#roles) - The type of the API resource. This is alwaysadmin#directory#roles. -
nextPageToken(type:String.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Admin.Directory_v1.Model.Roles{ etag: String.t() | nil, items: [GoogleApi.Admin.Directory_v1.Model.Role.t()] | nil, kind: String.t() | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.