Update Stage Status Response
data class UpdateStageStatusResponse(val afterStageWaitStatus: WaitStatusResponse, val groups: List<UpdateGroupStatusResponse>, val name: String, val status: UpdateStatusResponse)
The status of a UpdateStage.
Constructors
Link copied to clipboard
constructor(afterStageWaitStatus: WaitStatusResponse, groups: List<UpdateGroupStatusResponse>, name: String, status: UpdateStatusResponse)