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
1264 1265 1266 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1264 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
1262 1263 1264 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1262 def updates @updates end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1269 1270 1271 |
# File 'generated/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1269 def update!(**args) @updates = args[:updates] if args.key?(:updates) end |