CollectionBlurb

data class CollectionBlurb(val id: String, val name: String, val dateCreated: LocalDate, val isOpen: Boolean, val isModerated: Boolean, val isRevealed: Boolean, val isAnonymous: Boolean, val challenge: ChallengeType, val summary: Html, val maintainers: List<UserReference>)

Constructors

Link copied to clipboard
constructor(id: String, name: String, dateCreated: LocalDate, isOpen: Boolean, isModerated: Boolean, isRevealed: Boolean, isAnonymous: Boolean, challenge: ChallengeType, summary: Html, maintainers: List<UserReference>)

Properties

Link copied to clipboard

Challenge type of the collection.

Link copied to clipboard

Date on which the collection was created.

Link copied to clipboard
val id: String

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 for others to add to.

Link copied to clipboard

Indicates if the collection is revealed or not.

Link copied to clipboard

List of users maintaining the collection.

Link copied to clipboard

Name of the collection.

Link copied to clipboard

Raw HTML of the summary of the collection.