MuseumMember

@Serializable
data class MuseumMember(val value: Long? = null, val appraisal: Boolean? = null, val items: Map<MuseumItem, MuseumItemInfo>? = null, val special: List<SpecialItemInfo>? = null)

Information about a coop member's museum.

Constructors

Link copied to clipboard
constructor(value: Long? = null, appraisal: Boolean? = null, items: Map<MuseumItem, MuseumItemInfo>? = null, special: List<SpecialItemInfo>? = null)

Properties

Link copied to clipboard
val appraisal: Boolean? = null

Whether or not the museum has been appraised.

Link copied to clipboard

A list of information about each donatable item.

Link copied to clipboard

A list of special items donated (eg; minion skins, the fishes').

Link copied to clipboard
val value: Long? = null

The museums valuation when apprased.