ProjectIssueBoardListArgs

data class ProjectIssueBoardListArgs(val assigneeId: Output<Int>? = null, val id: Output<Int>? = null, val iterationId: Output<Int>? = null, val labelId: Output<Int>? = null, val milestoneId: Output<Int>? = null, val position: Output<Int>? = null) : ConvertibleToJava<ProjectIssueBoardListArgs>

Constructors

Link copied to clipboard
fun ProjectIssueBoardListArgs(assigneeId: Output<Int>? = null, id: Output<Int>? = null, iterationId: Output<Int>? = null, labelId: Output<Int>? = null, milestoneId: Output<Int>? = null, position: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ProjectIssueBoardListArgs

Properties

Link copied to clipboard
val assigneeId: Output<Int>? = null

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

Link copied to clipboard
val id: Output<Int>? = null

The ID of the list

Link copied to clipboard
val iterationId: Output<Int>? = null

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

Link copied to clipboard
val labelId: Output<Int>? = null

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

Link copied to clipboard
val milestoneId: Output<Int>? = null

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

Link copied to clipboard
val position: Output<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.