Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig
- 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
Instance Attribute Summary collapse
-
#connection ⇒ Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoConnectorsConnection
User-selected connection.
-
#operation ⇒ String
Operation to perform using the configured connection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig
constructor
A new instance of EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig
Returns a new instance of EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig.
703 704 705 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 703 def initialize(**args) update!(**args) end |
Instance Attribute Details
#connection ⇒ Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoConnectorsConnection
User-selected connection.
Corresponds to the JSON property connection
696 697 698 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 696 def connection @connection end |
#operation ⇒ String
Operation to perform using the configured connection.
Corresponds to the JSON property operation
701 702 703 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 701 def operation @operation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
708 709 710 711 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 708 def update!(**args) @connection = args[:connection] if args.key?(:connection) @operation = args[:operation] if args.key?(:operation) end |