Runtime constructor

Runtime({
  1. RuntimeAccessConfig? accessConfig,
  2. String? createTime,
  3. String? healthState,
  4. Map<String, String>? labels,
  5. RuntimeMetrics? metrics,
  6. bool? migrated,
  7. String? name,
  8. RuntimeMigrationEligibility? runtimeMigrationEligibility,
  9. RuntimeSoftwareConfig? softwareConfig,
  10. String? state,
  11. String? updateTime,
  12. VirtualMachine? virtualMachine,
})

Implementation

Runtime({
  this.accessConfig,
  this.createTime,
  this.healthState,
  this.labels,
  this.metrics,
  this.migrated,
  this.name,
  this.runtimeMigrationEligibility,
  this.softwareConfig,
  this.state,
  this.updateTime,
  this.virtualMachine,
});