TopicSemanticType

data class TopicSemanticType(val falseyCellValue: String? = null, val falseyCellValueSynonyms: List<String>? = null, val subTypeName: String? = null, val truthyCellValue: String? = null, val truthyCellValueSynonyms: List<String>? = null, val typeName: String? = null, val typeParameters: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(falseyCellValue: String? = null, falseyCellValueSynonyms: List<String>? = null, subTypeName: String? = null, truthyCellValue: String? = null, truthyCellValueSynonyms: List<String>? = null, typeName: String? = null, typeParameters: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val falseyCellValue: String? = null

The semantic type falsey cell value.

Link copied to clipboard

The other names or aliases for the false cell value.

Link copied to clipboard
val subTypeName: String? = null

The semantic type sub type name.

Link copied to clipboard
val truthyCellValue: String? = null

The semantic type truthy cell value.

Link copied to clipboard

The other names or aliases for the true cell value.

Link copied to clipboard
val typeName: String? = null

The semantic type name.

Link copied to clipboard

The semantic type parameters.