RolloutStage constructor

RolloutStage({
  1. ClusterSelector? clusterSelector,
  2. String? endTime,
  3. List<String>? fleetProjects,
  4. String? soakDuration,
  5. int? stageNumber,
  6. String? startTime,
  7. String? state,
})

Implementation

RolloutStage({
  this.clusterSelector,
  this.endTime,
  this.fleetProjects,
  this.soakDuration,
  this.stageNumber,
  this.startTime,
  this.state,
});