generated/google/apis/cloudbilling_v1/representations.rb in google-api-client-0.41.0 vs generated/google/apis/cloudbilling_v1/representations.rb in google-api-client-0.41.1

- old
+ new

@@ -62,10 +62,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GeoTaxonomy + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ListBillingAccountsResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -218,10 +224,18 @@ property :location, as: 'location' property :title, as: 'title' end end + class GeoTaxonomy + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :regions, as: 'regions' + property :type, as: 'type' + end + end + class ListBillingAccountsResponse # @private class Representation < Google::Apis::Core::JsonRepresentation collection :billing_accounts, as: 'billingAccounts', class: Google::Apis::CloudbillingV1::BillingAccount, decorator: Google::Apis::CloudbillingV1::BillingAccount::Representation @@ -337,9 +351,11 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation property :category, as: 'category', class: Google::Apis::CloudbillingV1::Category, decorator: Google::Apis::CloudbillingV1::Category::Representation property :description, as: 'description' + property :geo_taxonomy, as: 'geoTaxonomy', class: Google::Apis::CloudbillingV1::GeoTaxonomy, decorator: Google::Apis::CloudbillingV1::GeoTaxonomy::Representation + property :name, as: 'name' collection :pricing_info, as: 'pricingInfo', class: Google::Apis::CloudbillingV1::PricingInfo, decorator: Google::Apis::CloudbillingV1::PricingInfo::Representation property :service_provider_name, as: 'serviceProviderName' collection :service_regions, as: 'serviceRegions'