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
1257 1258 1259 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1257 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
1249 1250 1251 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1249 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
1255 1256 1257 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1255 def managed_configurations_settings @managed_configurations_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1262 1263 1264 1265 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1262 def update!(**args) @kind = args[:kind] if args.key?(:kind) @managed_configurations_settings = args[:managed_configurations_settings] if args.key?(:managed_configurations_settings) end |