RolloutWaveDetailsOrchestratedWaveDetails constructor

RolloutWaveDetailsOrchestratedWaveDetails({
  1. String? completedResourcesCount,
  2. String? estimatedCompletionTime,
  3. String? estimatedTotalResourcesCount,
  4. List<String>? failedLocations,
  5. String? failedResourcesCount,
  6. Map<String, RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus>? locationStatus,
})

Implementation

RolloutWaveDetailsOrchestratedWaveDetails({
  this.completedResourcesCount,
  this.estimatedCompletionTime,
  this.estimatedTotalResourcesCount,
  this.failedLocations,
  this.failedResourcesCount,
  this.locationStatus,
});