DestinationConfig constructor

DestinationConfig({
  1. BigQueryDestinationConfig? bigqueryDestinationConfig,
  2. String? destinationConnectionProfile,
  3. GcsDestinationConfig? gcsDestinationConfig,
})

Implementation

DestinationConfig({
  this.bigqueryDestinationConfig,
  this.destinationConnectionProfile,
  this.gcsDestinationConfig,
});