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