generated/google/apis/cloudbilling_v1/representations.rb in google-api-client-0.10.0 vs generated/google/apis/cloudbilling_v1/representations.rb in google-api-client-0.10.1
- old
+ new
@@ -20,67 +20,67 @@
module Google
module Apis
module CloudbillingV1
- class BillingAccount
+ class ProjectBillingInfo
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListBillingAccountsResponse
+ class ListProjectBillingInfoResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListProjectBillingInfoResponse
+ class ListBillingAccountsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ProjectBillingInfo
+ class BillingAccount
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class BillingAccount
+ class ProjectBillingInfo
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :billing_enabled, as: 'billingEnabled'
property :name, as: 'name'
- property :open, as: 'open'
- property :display_name, as: 'displayName'
+ property :project_id, as: 'projectId'
+ property :billing_account_name, as: 'billingAccountName'
end
end
- class ListBillingAccountsResponse
+ class ListProjectBillingInfoResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- collection :billing_accounts, as: 'billingAccounts', class: Google::Apis::CloudbillingV1::BillingAccount, decorator: Google::Apis::CloudbillingV1::BillingAccount::Representation
-
property :next_page_token, as: 'nextPageToken'
+ collection :project_billing_info, as: 'projectBillingInfo', class: Google::Apis::CloudbillingV1::ProjectBillingInfo, decorator: Google::Apis::CloudbillingV1::ProjectBillingInfo::Representation
+
end
end
- class ListProjectBillingInfoResponse
+ class ListBillingAccountsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- collection :project_billing_info, as: 'projectBillingInfo', class: Google::Apis::CloudbillingV1::ProjectBillingInfo, decorator: Google::Apis::CloudbillingV1::ProjectBillingInfo::Representation
-
property :next_page_token, as: 'nextPageToken'
+ collection :billing_accounts, as: 'billingAccounts', class: Google::Apis::CloudbillingV1::BillingAccount, decorator: Google::Apis::CloudbillingV1::BillingAccount::Representation
+
end
end
- class ProjectBillingInfo
+ class BillingAccount
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :display_name, as: 'displayName'
+ property :open, as: 'open'
property :name, as: 'name'
- property :project_id, as: 'projectId'
- property :billing_account_name, as: 'billingAccountName'
- property :billing_enabled, as: 'billingEnabled'
end
end
end
end
end