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.
1547 1548 1549 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1547 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
1545 1546 1547 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1545 def updates @updates end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1552 1553 1554 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1552 def update!(**args) @updates = args[:updates] if args.key?(:updates) end |