Class: Google::Apis::CloudiotV1::ListDeviceConfigVersionsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::CloudiotV1::ListDeviceConfigVersionsResponse
 
 
- Defined in:
 - generated/google/apis/cloudiot_v1/classes.rb,
generated/google/apis/cloudiot_v1/representations.rb,
generated/google/apis/cloudiot_v1/representations.rb 
Overview
Response for ListDeviceConfigVersions.
Instance Attribute Summary collapse
- 
  
    
      #device_configs  ⇒ Array<Google::Apis::CloudiotV1::DeviceConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The device configuration for the last few versions.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListDeviceConfigVersionsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ListDeviceConfigVersionsResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListDeviceConfigVersionsResponse
Returns a new instance of ListDeviceConfigVersionsResponse
      564 565 566  | 
    
      # File 'generated/google/apis/cloudiot_v1/classes.rb', line 564 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#device_configs ⇒ Array<Google::Apis::CloudiotV1::DeviceConfig>
The device configuration for the last few versions. Versions are listed
in decreasing order, starting from the most recent one.
Corresponds to the JSON property deviceConfigs
      562 563 564  | 
    
      # File 'generated/google/apis/cloudiot_v1/classes.rb', line 562 def device_configs @device_configs end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      569 570 571  | 
    
      # File 'generated/google/apis/cloudiot_v1/classes.rb', line 569 def update!(**args) @device_configs = args[:device_configs] if args.key?(:device_configs) end  |