@Serializable
data class CommentQuery(var comments: List<JiraComment>, val startAt: Int, val total: Int)

Kotlin representation of the CommentQuery JSON

Parameters

comments

The comments of the issue

startAt

The start index of the query

total

The total number of comments

Constructors

Link copied to clipboard
constructor(comments: List<JiraComment>, startAt: Int, total: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val total: Int