GamesDataItem

internal data class GamesDataItem(val gameName: String, val topic: GamesDatumTopic, val detailedInformation: String? = null, val unpublishedMatches: Set<String> = emptySet<String>(), val source: String? = null, val tags: Set<GamesDatumTag> = setOf())

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<String>(), source: String? = null, tags: Set<GamesDatumTag> = setOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Set<GamesDatumTag>
Link copied to clipboard
val topic: GamesDatumTopic
Link copied to clipboard