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