ExternalWorkBlurb

data class ExternalWorkBlurb(val id: Long, val title: String, val authors: List<UserReference>, val lastUpdatedDate: LocalDate, val rating: Rating, val categories: List<Category>, val fandoms: List<String>, val relationships: List<String>, val characters: List<String>, val freeforms: List<String>, val summary: Html, val bookmarkCount: Int)

Constructors

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

Properties

Link copied to clipboard

The list of authors of the work.

Link copied to clipboard

The number of bookmarks that this work has received.

Link copied to clipboard

The categories of the relationships featured in this work.

Link copied to clipboard

The character tags associated with this work.

Link copied to clipboard

The fandom tags associated with this work.

Link copied to clipboard

The character tags associated with this work.

Link copied to clipboard
val id: Long

The unique ID of the entire work.

Link copied to clipboard

The date of the most recent update to this work.

Link copied to clipboard

The content rating of this work (e.g. General).

Link copied to clipboard

The relationship tags associated with this work.

Link copied to clipboard

The raw HTML of the summary.

Link copied to clipboard

The title of the work.

Link copied to clipboard

The content warnings for the work (e.g. Graphic Depictions of Violence).