View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig (google_api_integrations v0.11.0)

Attributes

  • connection (type: GoogleApi.Integrations.V1alpha.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.V1alpha.Model.EnterpriseCrmEventbusProtoConnectorsGenericConnectorTaskConfig{
    connection:
      GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoConnectorsConnection.t()
      | nil,
    operation: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.