Class: Google::Apis::ContentwarehouseV1::GoogleApiServiceconsumermanagementV1BillingConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContentwarehouseV1::GoogleApiServiceconsumermanagementV1BillingConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contentwarehouse_v1/classes.rb,
lib/google/apis/contentwarehouse_v1/representations.rb,
lib/google/apis/contentwarehouse_v1/representations.rb
Overview
Describes the billing configuration for a new tenant project.
Instance Attribute Summary collapse
-
#billing_account ⇒ String
Name of the billing account.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleApiServiceconsumermanagementV1BillingConfig
constructor
A new instance of GoogleApiServiceconsumermanagementV1BillingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleApiServiceconsumermanagementV1BillingConfig
Returns a new instance of GoogleApiServiceconsumermanagementV1BillingConfig.
490 491 492 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 490 def initialize(**args) update!(**args) end |
Instance Attribute Details
#billing_account ⇒ String
Name of the billing account. For example billingAccounts/012345-567890-ABCDEF
.
Corresponds to the JSON property billingAccount
488 489 490 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 488 def billing_account @billing_account end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
495 496 497 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 495 def update!(**args) @billing_account = args[:billing_account] if args.key?(:billing_account) end |