ReadResult

data class ReadResult(val totalComment: Int, val totalPage: Int, val rePage: Int, val commentList: List<CommentRead.CommentData>)

Constructors

Link copied to clipboard
constructor(totalComment: Int, totalPage: Int, rePage: Int, commentList: List<CommentRead.CommentData>)

Properties

Link copied to clipboard
Link copied to clipboard
val rePage: Int
Link copied to clipboard
Link copied to clipboard