generated/google/apis/androidenterprise_v1/representations.rb in google-api-client-0.9.11 vs generated/google/apis/androidenterprise_v1/representations.rb in google-api-client-0.9.12

- old
+ new

@@ -188,10 +188,40 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ManagedConfiguration + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class ManagedConfigurationsForDeviceListResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class ManagedConfigurationsForUserListResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class ManagedProperty + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class ManagedPropertyBundle + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class NewPermissionsEvent class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -382,10 +412,12 @@ property :description, as: 'description' collection :entry, as: 'entry' collection :entry_value, as: 'entryValue' property :key, as: 'key' + collection :nested_restriction, as: 'nestedRestriction', class: Google::Apis::AndroidenterpriseV1::AppRestrictionsSchemaRestriction, decorator: Google::Apis::AndroidenterpriseV1::AppRestrictionsSchemaRestriction::Representation + property :restriction_type, as: 'restrictionType' property :title, as: 'title' end end @@ -604,9 +636,60 @@ class LocalizedText # @private class Representation < Google::Apis::Core::JsonRepresentation property :locale, as: 'locale' property :text, as: 'text' + end + end + + class ManagedConfiguration + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :kind, as: 'kind' + collection :managed_property, as: 'managedProperty', class: Google::Apis::AndroidenterpriseV1::ManagedProperty, decorator: Google::Apis::AndroidenterpriseV1::ManagedProperty::Representation + + property :product_id, as: 'productId' + end + end + + class ManagedConfigurationsForDeviceListResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :kind, as: 'kind' + collection :managed_configuration_for_device, as: 'managedConfigurationForDevice', class: Google::Apis::AndroidenterpriseV1::ManagedConfiguration, decorator: Google::Apis::AndroidenterpriseV1::ManagedConfiguration::Representation + + end + end + + class ManagedConfigurationsForUserListResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :kind, as: 'kind' + collection :managed_configuration_for_user, as: 'managedConfigurationForUser', class: Google::Apis::AndroidenterpriseV1::ManagedConfiguration, decorator: Google::Apis::AndroidenterpriseV1::ManagedConfiguration::Representation + + end + end + + class ManagedProperty + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :key, as: 'key' + property :value_bool, as: 'valueBool' + property :value_bundle, as: 'valueBundle', class: Google::Apis::AndroidenterpriseV1::ManagedPropertyBundle, decorator: Google::Apis::AndroidenterpriseV1::ManagedPropertyBundle::Representation + + collection :value_bundle_array, as: 'valueBundleArray', class: Google::Apis::AndroidenterpriseV1::ManagedPropertyBundle, decorator: Google::Apis::AndroidenterpriseV1::ManagedPropertyBundle::Representation + + property :value_integer, as: 'valueInteger' + property :value_string, as: 'valueString' + collection :value_string_array, as: 'valueStringArray' + end + end + + class ManagedPropertyBundle + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :managed_property, as: 'managedProperty', class: Google::Apis::AndroidenterpriseV1::ManagedProperty, decorator: Google::Apis::AndroidenterpriseV1::ManagedProperty::Representation + end end class NewPermissionsEvent # @private