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
1450 1451 1452 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1450 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
1442 1443 1444 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1442 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
1448 1449 1450 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1448 def managed_configurations_settings @managed_configurations_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1455 1456 1457 1458 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1455 def update!(**args) @kind = args[:kind] if args.key?(:kind) @managed_configurations_settings = args[:managed_configurations_settings] if args.key?(:managed_configurations_settings) end |