StageResponse

data class StageResponse(val id: String, val name: String, val color: String, val order: Int, val deals: List<DealResponse> = emptyList())(source)

Constructors

Link copied to clipboard
constructor(id: String, name: String, color: String, order: Int, deals: List<DealResponse> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
val order: Int