generated/google/apis/androidenterprise_v1/representations.rb in google-api-client-0.28.4 vs generated/google/apis/androidenterprise_v1/representations.rb in google-api-client-0.28.5

- old
+ new

@@ -1081,9 +1081,11 @@ class ProductPolicy # @private class Representation < Google::Apis::Core::JsonRepresentation property :auto_install_policy, as: 'autoInstallPolicy', class: Google::Apis::AndroidenterpriseV1::AutoInstallPolicy, decorator: Google::Apis::AndroidenterpriseV1::AutoInstallPolicy::Representation + property :managed_configuration, as: 'managedConfiguration', class: Google::Apis::AndroidenterpriseV1::ManagedConfiguration, decorator: Google::Apis::AndroidenterpriseV1::ManagedConfiguration::Representation + property :product_id, as: 'productId' collection :track_ids, as: 'trackIds' collection :tracks, as: 'tracks' end end