Class: Google::Apis::AdminDirectoryV1::BatchChangeChromeOsDeviceStatusResponse
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::BatchChangeChromeOsDeviceStatusResponse
- 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
-
#change_chrome_os_device_status_results ⇒ Array<Google::Apis::AdminDirectoryV1::ChangeChromeOsDeviceStatusResult>
The results for each of the ChromeOS devices provided in the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchChangeChromeOsDeviceStatusResponse
constructor
A new instance of BatchChangeChromeOsDeviceStatusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_results ⇒ Array<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 |