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