ProjectIssueBoardList

data class ProjectIssueBoardList(val assigneeId: Int? = null, val id: Int? = null, val iterationId: Int? = null, val labelId: Int? = null, val milestoneId: Int? = null, val position: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assigneeId: Int? = null

The ID of the assignee the list should be scoped to. Requires a GitLab EE license.

Link copied to clipboard
val id: Int? = null

The ID of the list

Link copied to clipboard
val iterationId: Int? = null

The ID of the iteration the list should be scoped to. Requires a GitLab EE license.

Link copied to clipboard
val labelId: Int? = null

The ID of the label the list should be scoped to. Requires a GitLab EE license.

Link copied to clipboard
val milestoneId: Int? = null

The ID of the milestone the list should be scoped to. Requires a GitLab EE license.

Link copied to clipboard
val position: Int? = null

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