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.
1543 1544 1545 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 1543 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
1541 1542 1543 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 1541 def managed_configurations_settings @managed_configurations_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1548 1549 1550 |
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 1548 def update!(**args) @managed_configurations_settings = args[:managed_configurations_settings] if args.key?(:managed_configurations_settings) end |