Rollout constructor

Rollout({
  1. String? cancellationTime,
  2. String? completionTime,
  3. String? creationTimestamp,
  4. String? currentWaveNumber,
  5. String? description,
  6. String? etag,
  7. String? id,
  8. String? kind,
  9. String? name,
  10. String? pauseTime,
  11. String? resumeTime,
  12. RolloutRolloutEntity? rolloutEntity,
  13. String? rolloutPlan,
  14. String? selfLink,
  15. String? selfLinkWithId,
  16. String? state,
  17. List<RolloutWaveDetails>? waveDetails,
})

Implementation

Rollout({
  this.cancellationTime,
  this.completionTime,
  this.creationTimestamp,
  this.currentWaveNumber,
  this.description,
  this.etag,
  this.id,
  this.kind,
  this.name,
  this.pauseTime,
  this.resumeTime,
  this.rolloutEntity,
  this.rolloutPlan,
  this.selfLink,
  this.selfLinkWithId,
  this.state,
  this.waveDetails,
});