Class: Google::Apis::AndroidenterpriseV1::ManagedConfigurationsSettingsListResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ManagedConfigurationsSettingsListResponse

Returns a new instance of ManagedConfigurationsSettingsListResponse.



1574
1575
1576
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1574

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " androidenterprise#managedConfigurationsSettingsListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


1566
1567
1568
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1566

def kind
  @kind
end

#managed_configurations_settingsArray<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



1572
1573
1574
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1572

def managed_configurations_settings
  @managed_configurations_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1579
1580
1581
1582
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1579

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @managed_configurations_settings = args[:managed_configurations_settings] if args.key?(:managed_configurations_settings)
end