Rollout constructor

Rollout({
  1. Map<String, String>? annotations,
  2. String? approvalState,
  3. String? approveTime,
  4. String? controllerRollout,
  5. String? createTime,
  6. String? deployEndTime,
  7. String? deployFailureCause,
  8. String? deployStartTime,
  9. String? deployingBuild,
  10. String? description,
  11. String? enqueueTime,
  12. String? etag,
  13. String? failureReason,
  14. Map<String, String>? labels,
  15. Metadata? metadata,
  16. String? name,
  17. List<Phase>? phases,
  18. String? rollbackOfRollout,
  19. List<String>? rolledBackByRollouts,
  20. String? state,
  21. String? targetId,
  22. String? uid,
})

Implementation

Rollout({
  this.annotations,
  this.approvalState,
  this.approveTime,
  this.controllerRollout,
  this.createTime,
  this.deployEndTime,
  this.deployFailureCause,
  this.deployStartTime,
  this.deployingBuild,
  this.description,
  this.enqueueTime,
  this.etag,
  this.failureReason,
  this.labels,
  this.metadata,
  this.name,
  this.phases,
  this.rollbackOfRollout,
  this.rolledBackByRollouts,
  this.state,
  this.targetId,
  this.uid,
});