SeriesBlurb

data class SeriesBlurb(val id: Long, val title: String, val authors: List<UserReference>, val lastUpdatedDate: LocalDate, val ratings: List<Rating>, val warnings: List<Warning>, val categories: List<Category>, val fandoms: List<String>, val relationships: List<String>, val characters: List<String>, val freeforms: List<String>, val summary: Html, val wordCount: Int, val workCount: Int, val bookmarkCount: Int)

Constructors

Link copied to clipboard
constructor(id: Long, title: String, authors: List<UserReference>, lastUpdatedDate: LocalDate, ratings: List<Rating>, warnings: List<Warning>, categories: List<Category>, fandoms: List<String>, relationships: List<String>, characters: List<String>, freeforms: List<String>, summary: Html, wordCount: Int, workCount: Int, bookmarkCount: Int)

Properties

Link copied to clipboard

List of authors of the series.

Link copied to clipboard

Total number of bookmarks across all works in the series.

Link copied to clipboard

Categories of the relationships found in the works of the series.

Link copied to clipboard

Character tags associated with the works of the series.

Link copied to clipboard

Fandom tags associated with the works of the series.

Link copied to clipboard

Freeform tags found in the works of the series.

Link copied to clipboard
val id: Long

Unique ID of the series.

Link copied to clipboard

Date of the most recent update to this series.

Link copied to clipboard

Content ratings of the works in the series.

Link copied to clipboard

Relationship tags associated with the works of the series.

Link copied to clipboard

Raw HTML of the summary.

Link copied to clipboard

Title of the series.

Link copied to clipboard

Warnings found in the works of the series.

Link copied to clipboard

Total number of words across all works in the series.

Link copied to clipboard

Number of works in the series.