class Google::Apis::AdminDirectoryV1::ChromeOsDevices
JSON response template for List Chrome OS Devices operation in Directory API.
Attributes
chromeosdevices[RW]
List of Chrome OS Device objects. Corresponds to the JSON property `chromeosdevices` @return [Array<Google::Apis::AdminDirectoryV1::ChromeOsDevice>]
etag[RW]
ETag of the resource. Corresponds to the JSON property `etag` @return [String]
kind[RW]
Kind of resource this is. Corresponds to the JSON property `kind` @return [String]
next_page_token[RW]
Token used to access next page of this result. Corresponds to the JSON property `nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/admin_directory_v1/classes.rb, line 601 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/admin_directory_v1/classes.rb, line 606 def update!(**args) @chromeosdevices = args[:chromeosdevices] if args.key?(:chromeosdevices) @etag = args[:etag] if args.key?(:etag) @kind = args[:kind] if args.key?(:kind) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end