Read Result
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>)