View Source GoogleApi.Admin.Directory_v1.Model.Roles (google_api_admin v0.40.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 always admin#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

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

Unwrap a decoded JSON object into its complex fields.