generated/google/apis/androidenterprise_v1/representations.rb in google-api-client-0.17.3 vs generated/google/apis/androidenterprise_v1/representations.rb in google-api-client-0.17.4

- old
+ new

@@ -272,10 +272,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class Policy + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Product class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -302,10 +308,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ProductPolicy + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ProductSet class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -545,10 +557,12 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation property :android_id, as: 'androidId' property :kind, as: 'kind' property :management_type, as: 'managementType' + property :policy, as: 'policy', class: Google::Apis::AndroidenterpriseV1::Policy, decorator: Google::Apis::AndroidenterpriseV1::Policy::Representation + end end class DeviceState # @private @@ -832,10 +846,19 @@ property :name, as: 'name' property :permission_id, as: 'permissionId' end end + class Policy + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :product_availability_policy, as: 'productAvailabilityPolicy' + collection :product_policy, as: 'productPolicy', class: Google::Apis::AndroidenterpriseV1::ProductPolicy, decorator: Google::Apis::AndroidenterpriseV1::ProductPolicy::Representation + + end + end + class Product # @private class Representation < Google::Apis::Core::JsonRepresentation collection :app_version, as: 'appVersion', class: Google::Apis::AndroidenterpriseV1::AppVersion, decorator: Google::Apis::AndroidenterpriseV1::AppVersion::Representation @@ -885,9 +908,17 @@ class Representation < Google::Apis::Core::JsonRepresentation property :kind, as: 'kind' collection :permission, as: 'permission', class: Google::Apis::AndroidenterpriseV1::ProductPermission, decorator: Google::Apis::AndroidenterpriseV1::ProductPermission::Representation property :product_id, as: 'productId' + end + end + + class ProductPolicy + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :product_id, as: 'productId' + collection :tracks, as: 'tracks' end end class ProductSet # @private