GoogleApi.Admin.Directory_v1.Model.ChromeOsDevices (google_api_admin v0.37.0) View Source
Attributes
-
chromeosdevices
(type:list(GoogleApi.Admin.Directory_v1.Model.ChromeOsDevice.t)
, default:nil
) - 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 thepageToken
query string of this request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.