View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoConnectorsConnection (google_api_integrations v0.5.0)

Attributes

  • connectionName (type: String.t, default: nil) - Connection name Format: projects/{project}/locations/{location}/connections/{connection}
  • connectorVersion (type: String.t, default: nil) - Connector version Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}/versions/{version}
  • serviceName (type: String.t, default: nil) - Service name Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoConnectorsConnection{
    connectionName: String.t() | nil,
    connectorVersion: String.t() | nil,
    serviceName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.