View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig (google_api_integrations v0.14.0)
Attributes
-
connection
(type:GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoConnectorsConnection.t
, default:nil
) - User-selected connection. -
operation
(type:String.t
, default:nil
) - Operation to perform using the configured connection.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig{ connection: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoConnectorsConnection.t() | nil, operation: String.t() | nil }