GroupIssueBoardListArgs

data class GroupIssueBoardListArgs(val id: Output<Int>? = null, val labelId: Output<Int>? = null, val position: Output<Int>? = null) : ConvertibleToJava<GroupIssueBoardListArgs>

Constructors

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

Properties

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

The ID of the list.

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

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

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

The explicit position of the list within the board, zero based.

Functions

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