Class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1BillingConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_categoryString

Output only. Billing category for the connector. Corresponds to the JSON property billingCategory

Returns:

  • (String)


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