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