CollectionInfo

data class CollectionInfo(val id: String, val name: String, val dateCreated: LocalDate, val isOpen: Boolean, val isModerated: Boolean, val isUnrevealed: Boolean, val isAnonymous: Boolean, val challenge: ChallengeType, val summary: Html, val maintainers: List<UserReference>, val subcollectionCount: Int, val fandomCount: Int, val workCount: Int, val bookmarkedItemCount: Int)

Constructors

Link copied to clipboard
constructor(id: String, name: String, dateCreated: LocalDate, isOpen: Boolean, isModerated: Boolean, isUnrevealed: Boolean, isAnonymous: Boolean, challenge: ChallengeType, summary: Html, maintainers: List<UserReference>, subcollectionCount: Int, fandomCount: Int, workCount: Int, bookmarkedItemCount: Int)

Properties

Link copied to clipboard

Number of items bookmarked by this collection.

Link copied to clipboard

Indicates the challenge type of the collection.

Link copied to clipboard

The date on which the collection was created.

Link copied to clipboard

Number of fandoms appearing in the works of this collection.

Link copied to clipboard
val id: String

The unique ID of the collection.

Link copied to clipboard

Indicates if the collection is anonymous.

Link copied to clipboard

Indicates if the collection is moderated.

Link copied to clipboard

Indicates if the collection is open.

Link copied to clipboard

Indicates if the collection is unrevealed.

Link copied to clipboard

Maintainers of the collection.

Link copied to clipboard

The name of the collection.

Link copied to clipboard

Number of subcollections of this collection.

Link copied to clipboard

Raw HTML of the summary of the collection.

Link copied to clipboard

Number of works in this collection.