DestinationConfig constructor
DestinationConfig({
- BigQueryDestinationConfig? bigqueryDestinationConfig,
- String? destinationConnectionProfile,
- GcsDestinationConfig? gcsDestinationConfig,
Implementation
DestinationConfig({
this.bigqueryDestinationConfig,
this.destinationConnectionProfile,
this.gcsDestinationConfig,
});