Get Project Issues Result
data class GetProjectIssuesResult(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 id: String, val iids: List<Int>? = null, val issueType: String? = null, val issues: List<GetProjectIssuesIssue>, 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)
A collection of values returned by getProjectIssues.
Constructors
Link copied to clipboard
fun GetProjectIssuesResult(assigneeId: Int? = null, assigneeUsername: String? = null, authorId: Int? = null, confidential: Boolean? = null, createdAfter: String? = null, createdBefore: String? = null, dueDate: String? = null, id: String, iids: List<Int>? = null, issueType: String? = null, issues: List<GetProjectIssuesIssue>, 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)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard