Class: Google::Apis::AndroiddeviceprovisioningV1::UpdateDeviceMetadataInBatchRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroiddeviceprovisioningV1::UpdateDeviceMetadataInBatchRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androiddeviceprovisioning_v1/classes.rb,
lib/google/apis/androiddeviceprovisioning_v1/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ UpdateDeviceMetadataInBatchRequest
Returns a new instance of UpdateDeviceMetadataInBatchRequest.
1468 1469 1470 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1468 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
1466 1467 1468 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1466 def updates @updates end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1473 1474 1475 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1473 def update!(**args) @updates = args[:updates] if args.key?(:updates) end |