Group Epic Board List Args
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
fun GroupEpicBoardListArgs(id: Output<Int>? = null, labelId: Output<Int>? = null, position: Output<Int>? = null)