ProjectIssueBoardArgs

constructor(assigneeId: Output<Int>? = null, labels: Output<List<String>>? = null, lists: Output<List<ProjectIssueBoardListArgs>>? = null, milestoneId: Output<Int>? = null, name: Output<String>? = null, project: Output<String>? = null, weight: Output<Int>? = null)