GroupEpicBoardList

data class GroupEpicBoardList(val id: Int? = null, val labelId: Int? = null, val position: Int? = null)

Constructors

Link copied to clipboard
constructor(id: Int? = null, labelId: Int? = null, position: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: Int? = null

The ID of the list.

Link copied to clipboard
val labelId: Int? = null

The ID of the label the list should be scoped to.

Link copied to clipboard
val position: Int? = null

The position of the list within the board. The position for the list is sed on the its position in the lists array.