ProjectIssueArgs

constructor(assigneeIds: Output<List<Int>>? = null, confidential: Output<Boolean>? = null, createdAt: Output<String>? = null, deleteOnDestroy: Output<Boolean>? = null, description: Output<String>? = null, discussionLocked: Output<Boolean>? = null, discussionToResolve: Output<String>? = null, dueDate: Output<String>? = null, epicIssueId: Output<Int>? = null, iid: Output<Int>? = null, issueType: Output<String>? = null, labels: Output<List<String>>? = null, mergeRequestToResolveDiscussionsOf: Output<Int>? = null, milestoneId: Output<Int>? = null, project: Output<String>? = null, state: Output<String>? = null, title: Output<String>? = null, updatedAt: Output<String>? = null, weight: Output<Int>? = null)