ResourceStatus constructor
ResourceStatus({
- ResourceStatusEffectiveInstanceMetadata? effectiveInstanceMetadata,
- String? physicalHost,
- ResourceStatusPhysicalHostTopology? physicalHostTopology,
- ResourceStatusScheduling? scheduling,
- UpcomingMaintenance? upcomingMaintenance,
Implementation
ResourceStatus({
this.effectiveInstanceMetadata,
this.physicalHost,
this.physicalHostTopology,
this.scheduling,
this.upcomingMaintenance,
});