ResourceStatus constructor

ResourceStatus({
  1. ResourceStatusEffectiveInstanceMetadata? effectiveInstanceMetadata,
  2. String? physicalHost,
  3. ResourceStatusPhysicalHostTopology? physicalHostTopology,
  4. ResourceStatusScheduling? scheduling,
  5. UpcomingMaintenance? upcomingMaintenance,
})

Implementation

ResourceStatus({
  this.effectiveInstanceMetadata,
  this.physicalHost,
  this.physicalHostTopology,
  this.scheduling,
  this.upcomingMaintenance,
});