Update Stage Response
data class UpdateStageResponse(val afterStageWaitInSeconds: Int? = null, val groups: List<UpdateGroupResponse>? = null, val name: String)
Defines a stage which contains the groups to update and the steps to take (e.g., wait for a time period) before starting the next stage.
Constructors
Link copied to clipboard
constructor(afterStageWaitInSeconds: Int? = null, groups: List<UpdateGroupResponse>? = null, name: String)