RuntimeConfig constructor
RuntimeConfig({
- AppHubService? appHubService,
- AppHubWorkload? appHubWorkload,
- GKEWorkload? gkeWorkload,
- GoogleCloudRun? googleCloudRun,
- String? state,
- String? uri,
Implementation
RuntimeConfig({
this.appHubService,
this.appHubWorkload,
this.gkeWorkload,
this.googleCloudRun,
this.state,
this.uri,
});