TopicCellValueSynonym

data class TopicCellValueSynonym(val cellValue: String? = null, val synonyms: List<String>? = null)

Constructors

Link copied to clipboard
constructor(cellValue: String? = null, synonyms: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cellValue: String? = null

The cell value.

Link copied to clipboard
val synonyms: List<String>? = null

Other names or aliases for the cell value.