Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb
Instance Attribute Summary collapse
-
#connection ⇒ Google::Apis::IntegrationsV1alpha::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.
568 569 570 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 568 def initialize(**args) update!(**args) end |
Instance Attribute Details
#connection ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoConnectorsConnection
User-selected connection.
Corresponds to the JSON property connection
561 562 563 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 561 def connection @connection end |
#operation ⇒ String
Operation to perform using the configured connection.
Corresponds to the JSON property operation
566 567 568 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 566 def operation @operation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
573 574 575 576 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 573 def update!(**args) @connection = args[:connection] if args.key?(:connection) @operation = args[:operation] if args.key?(:operation) end |