Fleet Update Strategy Stage
data class FleetUpdateStrategyStage(val afterStageWaitInSeconds: Int? = null, val groups: List<FleetUpdateStrategyStageGroup>, val name: String)
Constructors
Link copied to clipboard
constructor(afterStageWaitInSeconds: Int? = null, groups: List<FleetUpdateStrategyStageGroup>, name: String)