Series
@Serializable
A data model representing a series.
Constructors
Link copied to clipboard
constructor(associated: List<Series.Associated> = emptyList(), comicvineId: Long? = null, description: String? = null, genres: List<GenericItem> = emptyList(), grandComicsDatabaseId: Long? = null, id: Long, imprint: GenericItem? = null, issueCount: Int, modified: Instant, name: String, publisher: GenericItem, resourceUrl: String, seriesType: GenericItem, status: String, sortName: String, volume: Int, yearBegan: Int, yearEnd: Int? = null)
Properties
Link copied to clipboard
The associated series.
Link copied to clipboard
The Comic Vine ID of the series.
Link copied to clipboard
The description of the series.
Link copied to clipboard
The genres associated with the series.
Link copied to clipboard
The Grand Comics Database ID of the series.
Link copied to clipboard
The imprint of the series or None.
Link copied to clipboard
The number of issues in the series.
Link copied to clipboard
The publisher of the series.
Link copied to clipboard
The URL of the series resource.
Link copied to clipboard
The type of series.