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.
708 709 710 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 708 def initialize(**args) update!(**args) end |
Instance Attribute Details
#connection ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoConnectorsConnection
User-selected connection.
Corresponds to the JSON property connection
701 702 703 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 701 def connection @connection end |
#operation ⇒ String
Operation to perform using the configured connection.
Corresponds to the JSON property operation
706 707 708 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 706 def operation @operation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
713 714 715 716 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 713 def update!(**args) @connection = args[:connection] if args.key?(:connection) @operation = args[:operation] if args.key?(:operation) end |