Destination Config Response
data class DestinationConfigResponse(val destinationConnectionProfileName: String, val gcsDestinationConfig: GcsDestinationConfigResponse)
The configuration of the stream destination.
Constructors
Link copied to clipboard
fun DestinationConfigResponse(destinationConnectionProfileName: String, gcsDestinationConfig: GcsDestinationConfigResponse)