DestinationConfigResponse

data class DestinationConfigResponse(val destinations: List<DestinationResponse>, val key: String)

Define the Connectors target endpoint.

Constructors

Link copied to clipboard
constructor(destinations: List<DestinationResponse>, key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destinations for the key.

Link copied to clipboard
val key: String

The key is the destination identifier that is supported by the Connector.