View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1DestinationConfig (google_api_integrations v0.10.0)

Define the Connectors target endpoint.

Attributes

  • destinations (type: list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1Destination.t), default: nil) - The destinations for the key.
  • key (type: String.t, default: nil) - The key is the destination identifier that is supported by the Connector.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1DestinationConfig{
    destinations:
      [
        GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1Destination.t()
      ]
      | nil,
    key: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.