DestinationConfig constructor

DestinationConfig({
  1. String? destinationConnectionProfileName,
  2. GcsDestinationConfig? gcsDestinationConfig,
})

Implementation

DestinationConfig({
  this.destinationConnectionProfileName,
  this.gcsDestinationConfig,
});