Runtime constructor
Runtime({
- RuntimeAccessConfig? accessConfig,
- String? createTime,
- String? healthState,
- Map<
String, String> ? labels, - RuntimeMetrics? metrics,
- bool? migrated,
- String? name,
- RuntimeMigrationEligibility? runtimeMigrationEligibility,
- RuntimeSoftwareConfig? softwareConfig,
- String? state,
- String? updateTime,
- 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,
});