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