GroupIssueBoardList

data class GroupIssueBoardList(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 explicit position of the list within the board, zero based.