RuntimeConfig constructor

RuntimeConfig({
  1. AppHubService? appHubService,
  2. AppHubWorkload? appHubWorkload,
  3. GKEWorkload? gkeWorkload,
  4. GoogleCloudRun? googleCloudRun,
  5. String? state,
  6. String? uri,
})

Implementation

RuntimeConfig({
  this.appHubService,
  this.appHubWorkload,
  this.gkeWorkload,
  this.googleCloudRun,
  this.state,
  this.uri,
});