Class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1BillingConfig
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1BillingConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
Billing config for the connection.
Instance Attribute Summary collapse
-
#billing_category ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudConnectorsV1BillingConfig
constructor
A new instance of GoogleCloudConnectorsV1BillingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudConnectorsV1BillingConfig
Returns a new instance of GoogleCloudConnectorsV1BillingConfig.
5378 5379 5380 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 5378 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
5376 5377 5378 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 5376 def billing_category @billing_category end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5383 5384 5385 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 5383 def update!(**args) @billing_category = args[:billing_category] if args.key?(:billing_category) end |