class Google::Apis::ServiceconsumermanagementV1::BillingConfig
Describes the billing configuration for a new tenant project.
Attributes
billing_account[RW]
Name of the billing account. For example `billingAccounts/012345-567890-ABCDEF` . Corresponds to the JSON property `billingAccount` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/serviceconsumermanagement_v1/classes.rb, line 541 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/serviceconsumermanagement_v1/classes.rb, line 546 def update!(**args) @billing_account = args[:billing_account] if args.key?(:billing_account) end