Class: Google::Apis::AndroidenterpriseV1::ManagedConfigurationsSettingsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidenterpriseV1::ManagedConfigurationsSettingsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidenterprise_v1/classes.rb,
lib/google/apis/androidenterprise_v1/representations.rb,
lib/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.
1575 1576 1577 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 1575 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
1573 1574 1575 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 1573 def managed_configurations_settings @managed_configurations_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1580 1581 1582 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 1580 def update!(**args) @managed_configurations_settings = args[:managed_configurations_settings] if args.key?(:managed_configurations_settings) end |