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
Instance Attribute Summary collapse
-
#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.
Constructor Details
#initialize(**args) ⇒ ManagedConfigurationsSettingsListResponse
Returns a new instance of ManagedConfigurationsSettingsListResponse.
1423 1424 1425 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1423 def initialize(**args) update!(**args) end |
Instance Attribute Details
#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
1421 1422 1423 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1421 def managed_configurations_settings @managed_configurations_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1428 1429 1430 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1428 def update!(**args) @managed_configurations_settings = args[:managed_configurations_settings] if args.key?(:managed_configurations_settings) end |