Rollout constructor

Rollout({
  1. Map<String, String>? annotations,
  2. RolloutControl? control,
  3. String? createTime,
  4. String? deleteTime,
  5. String? effectiveUnitFilter,
  6. String? endTime,
  7. String? etag,
  8. String? flagRelease,
  9. Map<String, String>? labels,
  10. String? name,
  11. String? parentRollout,
  12. String? release,
  13. String? rolloutKind,
  14. String? rolloutOrchestrationStrategy,
  15. String? rootRollout,
  16. String? startTime,
  17. String? state,
  18. String? stateMessage,
  19. String? stateTransitionTime,
  20. RolloutStats? stats,
  21. String? uid,
  22. String? unitFilter,
  23. String? updateTime,
})

Implementation

Rollout({
  this.annotations,
  this.control,
  this.createTime,
  this.deleteTime,
  this.effectiveUnitFilter,
  this.endTime,
  this.etag,
  this.flagRelease,
  this.labels,
  this.name,
  this.parentRollout,
  this.release,
  this.rolloutKind,
  this.rolloutOrchestrationStrategy,
  this.rootRollout,
  this.startTime,
  this.state,
  this.stateMessage,
  this.stateTransitionTime,
  this.stats,
  this.uid,
  this.unitFilter,
  this.updateTime,
});