GroupEpicBoardListArgs

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

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 position of the list within the board. The position for the list is sed on the its position in the lists array.

Functions

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