GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaDestinationConfig (google_api_discovery_engine v0.28.0)
View SourceDefines target endpoints used to connect to third-party sources.
Attributes
-
destinations
(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination.t)
, default:nil
) - Optional. The destinations for the corresponding key. -
key
(type:String.t
, default:nil
) - Optional. Unique destination identifier that is supported by the connector. -
params
(type:map()
, default:nil
) - Optional. Additional parameters for this destination config.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaDestinationConfig{ destinations: [ GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination.t() ] | nil, key: String.t() | nil, params: map() | nil }