class Google::Apis::AdminDirectoryV1::ChromeOsDevices

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 the next page of this result. To access the next page, use this token's value in the `pageToken` query string of this request. Corresponds to the JSON property `nextPageToken` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 1390
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/admin_directory_v1/classes.rb, line 1395
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