Class: Google::Apis::AndroidenterpriseV1::ManagedConfigurationsForDeviceListResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidenterpriseV1::ManagedConfigurationsForDeviceListResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/androidenterprise_v1/classes.rb,
generated/google/apis/androidenterprise_v1/representations.rb,
generated/google/apis/androidenterprise_v1/representations.rb 
Overview
The managed configuration resources for the device.
Instance Attribute Summary collapse
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifies what kind of resource this is.
 - 
  
    
      #managed_configuration_for_device  ⇒ Array<Google::Apis::AndroidenterpriseV1::ManagedConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A managed configuration for an app on a specific device.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ManagedConfigurationsForDeviceListResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ManagedConfigurationsForDeviceListResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ManagedConfigurationsForDeviceListResponse
Returns a new instance of ManagedConfigurationsForDeviceListResponse
      1258 1259 1260  | 
    
      # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1258 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
androidenterprise#managedConfigurationsForDeviceListResponse".
Corresponds to the JSON property kind
      1251 1252 1253  | 
    
      # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1251 def kind @kind end  | 
  
#managed_configuration_for_device ⇒ Array<Google::Apis::AndroidenterpriseV1::ManagedConfiguration>
A managed configuration for an app on a specific device.
Corresponds to the JSON property managedConfigurationForDevice
      1256 1257 1258  | 
    
      # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1256 def managed_configuration_for_device @managed_configuration_for_device end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1263 1264 1265 1266  | 
    
      # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1263 def update!(**args) @kind = args[:kind] if args.key?(:kind) @managed_configuration_for_device = args[:managed_configuration_for_device] if args.key?(:managed_configuration_for_device) end  |