Series Info
data class SeriesInfo(val id: Long, val creators: List<UserReference>, val beginDate: LocalDate, val lastUpdatedDate: LocalDate, val description: Html, val notes: Html, val wordCount: Int, val worksCount: Int, val bookmarksCount: Int, val completionStatus: Boolean)
Represents the detailed information of a series. Should be paired with WorkBlurbs when converted from HTML.
Constructors
Properties
Link copied to clipboard
Number of bookmarks across all works in the series.
Link copied to clipboard
Indicates if the series is complete.
Link copied to clipboard
List of creators of the series.
Link copied to clipboard
Raw HTML of the description blurb.
Link copied to clipboard
Date of last update of the series.
Link copied to clipboard
Number of works in the series.