Class: Google::Apis::AndroiddeviceprovisioningV1::UpdateDeviceMetadataInBatchRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroiddeviceprovisioningV1::UpdateDeviceMetadataInBatchRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androiddeviceprovisioning_v1/classes.rb,
generated/google/apis/androiddeviceprovisioning_v1/representations.rb,
generated/google/apis/androiddeviceprovisioning_v1/representations.rb
Overview
Request to update device metadata in batch.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpdateDeviceMetadataInBatchRequest
constructor
A new instance of UpdateDeviceMetadataInBatchRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UpdateDeviceMetadataInBatchRequest
Returns a new instance of UpdateDeviceMetadataInBatchRequest
1396 1397 1398 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1396 def initialize(**args) update!(**args) end |
Instance Attribute Details
#updates ⇒ Array<Google::Apis::AndroiddeviceprovisioningV1::UpdateMetadataArguments>
Required. The list of metadata updates.
Corresponds to the JSON property updates
1394 1395 1396 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1394 def updates @updates end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1401 1402 1403 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1401 def update!(**args) @updates = args[:updates] if args.key?(:updates) end |