generated/google/apis/analytics_v3/representations.rb in google-api-client-0.19.3 vs generated/google/apis/analytics_v3/representations.rb in google-api-client-0.19.4
- old
+ new
@@ -62,10 +62,34 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class AccountTreeRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ class AccountSettings
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class AccountTreeResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ class AccountSettings
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Accounts
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -709,9 +733,62 @@
property :profile, as: 'profile', class: Google::Apis::AnalyticsV3::Profile, decorator: Google::Apis::AnalyticsV3::Profile::Representation
property :redirect_uri, as: 'redirectUri'
property :webproperty, as: 'webproperty', class: Google::Apis::AnalyticsV3::Webproperty, decorator: Google::Apis::AnalyticsV3::Webproperty::Representation
+ end
+ end
+
+ class AccountTreeRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :account_name, as: 'accountName'
+ property :account_settings, as: 'accountSettings', class: Google::Apis::AnalyticsV3::AccountTreeRequest::AccountSettings, decorator: Google::Apis::AnalyticsV3::AccountTreeRequest::AccountSettings::Representation
+
+ property :kind, as: 'kind'
+ property :profile_name, as: 'profileName'
+ property :timezone, as: 'timezone'
+ property :webproperty_name, as: 'webpropertyName'
+ property :website_url, as: 'websiteUrl'
+ end
+
+ class AccountSettings
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :admob_reporting, as: 'admobReporting'
+ property :sharing_with_google_any_sales, as: 'sharingWithGoogleAnySales'
+ property :sharing_with_google_products, as: 'sharingWithGoogleProducts'
+ property :sharing_with_google_sales, as: 'sharingWithGoogleSales'
+ property :sharing_with_google_support, as: 'sharingWithGoogleSupport'
+ property :sharing_with_others, as: 'sharingWithOthers'
+ end
+ end
+ end
+
+ class AccountTreeResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :account, as: 'account', class: Google::Apis::AnalyticsV3::Account, decorator: Google::Apis::AnalyticsV3::Account::Representation
+
+ property :account_settings, as: 'accountSettings', class: Google::Apis::AnalyticsV3::AccountTreeResponse::AccountSettings, decorator: Google::Apis::AnalyticsV3::AccountTreeResponse::AccountSettings::Representation
+
+ property :kind, as: 'kind'
+ property :profile, as: 'profile', class: Google::Apis::AnalyticsV3::Profile, decorator: Google::Apis::AnalyticsV3::Profile::Representation
+
+ property :webproperty, as: 'webproperty', class: Google::Apis::AnalyticsV3::Webproperty, decorator: Google::Apis::AnalyticsV3::Webproperty::Representation
+
+ end
+
+ class AccountSettings
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :admob_reporting, as: 'admobReporting'
+ property :sharing_with_google_any_sales, as: 'sharingWithGoogleAnySales'
+ property :sharing_with_google_products, as: 'sharingWithGoogleProducts'
+ property :sharing_with_google_sales, as: 'sharingWithGoogleSales'
+ property :sharing_with_google_support, as: 'sharingWithGoogleSupport'
+ property :sharing_with_others, as: 'sharingWithOthers'
+ end
end
end
class Accounts
# @private