Class: Google::Apis::ConnectorsV1::BillingConfig
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV1::BillingConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/connectors_v1/classes.rb,
lib/google/apis/connectors_v1/representations.rb,
lib/google/apis/connectors_v1/representations.rb
Overview
Billing config for the connection.
Instance Attribute Summary collapse
-
#billing_category ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BillingConfig
constructor
A new instance of BillingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BillingConfig
Returns a new instance of BillingConfig.
261 262 263 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 261 def initialize(**args) update!(**args) end |
Instance Attribute Details
#billing_category ⇒ String
Output only. Billing category for the connector.
Corresponds to the JSON property billingCategory
259 260 261 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 259 def billing_category @billing_category end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
266 267 268 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 266 def update!(**args) @billing_category = args[:billing_category] if args.key?(:billing_category) end |