ClanType

data class ClanType(val value: Clan) : CacheValue

Represents a cached clan object.

Constructors

Link copied to clipboard
constructor(value: Clan)

Properties

Link copied to clipboard
val value: Clan

The Clan object stored in the cache.