View Source GoogleApi.Connectors.V1.Model.DestinationConfig (google_api_connectors v0.11.0)
Define the Connectors target endpoint.
Attributes
-
destinations(type:list(GoogleApi.Connectors.V1.Model.Destination.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.Connectors.V1.Model.DestinationConfig{ destinations: [GoogleApi.Connectors.V1.Model.Destination.t()] | nil, key: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.