Destination constructor
Destination({
- String? cloudFunction,
- CloudRun? cloudRun,
- GKE? gke,
- HttpEndpoint? httpEndpoint,
- NetworkConfig? networkConfig,
- String? workflow,
Implementation
Destination({
this.cloudFunction,
this.cloudRun,
this.gke,
this.httpEndpoint,
this.networkConfig,
this.workflow,
});