Get Project Issues Plain Args
data class GetProjectIssuesPlainArgs(val assigneeId: Int? = null, val assigneeUsername: String? = null, val authorId: Int? = null, val confidential: Boolean? = null, val createdAfter: String? = null, val createdBefore: String? = null, val dueDate: String? = null, val iids: List<Int>? = null, val issueType: String? = null, val labels: List<String>? = null, val milestone: String? = null, val myReactionEmoji: String? = null, val notAssigneeIds: List<Int>? = null, val notAuthorIds: List<Int>? = null, val notLabels: List<String>? = null, val notMilestone: String? = null, val notMyReactionEmojis: List<String>? = null, val orderBy: String? = null, val project: String, val scope: String? = null, val search: String? = null, val sort: String? = null, val updatedAfter: String? = null, val updatedBefore: String? = null, val weight: Int? = null, val withLabelsDetails: Boolean? = null) : ConvertibleToJava<GetProjectIssuesPlainArgs>
A collection of arguments for invoking getProjectIssues.
Constructors
Link copied to clipboard
fun GetProjectIssuesPlainArgs(assigneeId: Int? = null, assigneeUsername: String? = null, authorId: Int? = null, confidential: Boolean? = null, createdAfter: String? = null, createdBefore: String? = null, dueDate: String? = null, iids: List<Int>? = null, issueType: String? = null, labels: List<String>? = null, milestone: String? = null, myReactionEmoji: String? = null, notAssigneeIds: List<Int>? = null, notAuthorIds: List<Int>? = null, notLabels: List<String>? = null, notMilestone: String? = null, notMyReactionEmojis: List<String>? = null, orderBy: String? = null, project: String, scope: String? = null, search: String? = null, sort: String? = null, updatedAfter: String? = null, updatedBefore: String? = null, weight: Int? = null, withLabelsDetails: Boolean? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard