Destination constructor

Destination({
  1. String? cloudFunction,
  2. CloudRun? cloudRun,
  3. GKE? gke,
  4. HttpEndpoint? httpEndpoint,
  5. NetworkConfig? networkConfig,
  6. String? workflow,
})

Implementation

Destination({
  this.cloudFunction,
  this.cloudRun,
  this.gke,
  this.httpEndpoint,
  this.networkConfig,
  this.workflow,
});