GamesDataItem
data class GamesDataItem(val gameName: String, val topic: GamesDatumTopic, val detailedInformation: String? = null, val unpublishedMatches: Set<String> = emptySet(), val source: String? = null, val tags: Set<GamesDatumTag> = setOf(), val tools: Set<GameDatumTools> = setOf())(source)
Parameters
unpublishedMatches
Strings which will match but are not shown to the user Useful for "3" -> "Three" or similar
Constructors
Link copied to clipboard
constructor(gameName: String, topic: GamesDatumTopic, detailedInformation: String? = null, unpublishedMatches: Set<String> = emptySet(), source: String? = null, tags: Set<GamesDatumTag> = setOf(), tools: Set<GameDatumTools> = setOf())