Rollout constructor

Rollout({
  1. String? completeTime,
  2. String? createTime,
  3. String? deleteTime,
  4. String? displayName,
  5. String? etag,
  6. bool? ignoreClusterDisruptionBudgets,
  7. bool? ignoreMaintenancePolicies,
  8. String? intent,
  9. Map<String, String>? labels,
  10. Map<String, RolloutMembershipState>? membershipStates,
  11. String? name,
  12. String? rolloutSequence,
  13. Map<String, String>? stageSoakDurationOverrides,
  14. List<RolloutStage>? stages,
  15. String? state,
  16. String? stateReason,
  17. String? stateReasonType,
  18. String? trigger,
  19. String? uid,
  20. String? updateTime,
  21. VersionUpgrade? versionUpgrade,
})

Implementation

Rollout({
  this.completeTime,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.etag,
  this.ignoreClusterDisruptionBudgets,
  this.ignoreMaintenancePolicies,
  this.intent,
  this.labels,
  this.membershipStates,
  this.name,
  this.rolloutSequence,
  this.stageSoakDurationOverrides,
  this.stages,
  this.state,
  this.stateReason,
  this.stateReasonType,
  this.trigger,
  this.uid,
  this.updateTime,
  this.versionUpgrade,
});