Class: Google::Apis::AndroidenterpriseV1::ManagedConfigurationsSettingsListResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidenterpriseV1::ManagedConfigurationsSettingsListResponse
 
- 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 configurations settings for a product.
Instance Attribute Summary collapse
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Identifies what kind of resource this is. 
- 
  
    
      #managed_configurations_settings  ⇒ Array<Google::Apis::AndroidenterpriseV1::ManagedConfigurationsSettings> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A managed configurations settings for an app that may be assigned to a group of users in an enterprise. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ManagedConfigurationsSettingsListResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ManagedConfigurationsSettingsListResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ManagedConfigurationsSettingsListResponse
Returns a new instance of ManagedConfigurationsSettingsListResponse
| 1255 1256 1257 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1255 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
androidenterprise#managedConfigurationsSettingsListResponse".
Corresponds to the JSON property kind
| 1247 1248 1249 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1247 def kind @kind end | 
#managed_configurations_settings ⇒ Array<Google::Apis::AndroidenterpriseV1::ManagedConfigurationsSettings>
A managed configurations settings for an app that may be assigned to a group
of users in an enterprise.
Corresponds to the JSON property managedConfigurationsSettings
| 1253 1254 1255 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1253 def managed_configurations_settings @managed_configurations_settings end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1260 1261 1262 1263 | # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1260 def update!(**args) @kind = args[:kind] if args.key?(:kind) @managed_configurations_settings = args[:managed_configurations_settings] if args.key?(:managed_configurations_settings) end |