Class: Google::Apis::AdminDirectoryV1::BatchChangeChromeOsDeviceStatusResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/admin_directory_v1/classes.rb,
lib/google/apis/admin_directory_v1/representations.rb,
lib/google/apis/admin_directory_v1/representations.rb

Overview

The response of changing the status of a batch of ChromeOS devices.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchChangeChromeOsDeviceStatusResponse

Returns a new instance of BatchChangeChromeOsDeviceStatusResponse.



302
303
304
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 302

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#change_chrome_os_device_status_resultsArray<Google::Apis::AdminDirectoryV1::ChangeChromeOsDeviceStatusResult>

The results for each of the ChromeOS devices provided in the request. Corresponds to the JSON property changeChromeOsDeviceStatusResults



300
301
302
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 300

def change_chrome_os_device_status_results
  @change_chrome_os_device_status_results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



307
308
309
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 307

def update!(**args)
  @change_chrome_os_device_status_results = args[:change_chrome_os_device_status_results] if args.key?(:change_chrome_os_device_status_results)
end