UserWorksPage

data class UserWorksPage(val user: String, val currentPageCount: Int, val maxPageCount: Int, val worksCount: Int, val workBlurbs: List<WorkBlurb>)

Constructors

Link copied to clipboard
constructor(user: String, currentPageCount: Int, maxPageCount: Int, worksCount: Int, workBlurbs: List<WorkBlurb>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Name of the tag.

Link copied to clipboard

Summary blurbs of the works associated with the tag. As the results are paginated, this will only retrieve the blurbs corresponding to the page specified in the corresponding request.

Link copied to clipboard

Number of works associated with the tag.