View Source GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1DestinationConfig (google_api_integrations v0.12.1)
Define the Connectors target endpoint.
Attributes
-
destinations
(type:list(GoogleApi.Integrations.V1.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.V1.Model.GoogleCloudConnectorsV1DestinationConfig{ destinations: [GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Destination.t()] | nil, key: String.t() | nil }