View Source GoogleApi.Admin.Directory_v1.Model.ChromeOsDevices (google_api_admin v0.40.0)

Attributes

  • chromeosdevices (type: list(GoogleApi.Admin.Directory_v1.Model.ChromeOsDevice.t), default: nil) - A list of Chrome OS Device objects.
  • etag (type: String.t, default: nil) - ETag of the resource.
  • kind (type: String.t, default: admin#directory#chromeosdevices) - Kind of resource this is.
  • nextPageToken (type: String.t, default: nil) - Token used to access the next page of this result. To access the next page, use this token's value in the pageToken query string of this request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.ChromeOsDevices{
  chromeosdevices:
    [GoogleApi.Admin.Directory_v1.Model.ChromeOsDevice.t()] | nil,
  etag: String.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.