Topic Semantic Type Args
data class TopicSemanticTypeArgs(val falseyCellValue: Output<String>? = null, val falseyCellValueSynonyms: Output<List<String>>? = null, val subTypeName: Output<String>? = null, val truthyCellValue: Output<String>? = null, val truthyCellValueSynonyms: Output<List<String>>? = null, val typeName: Output<String>? = null, val typeParameters: Output<Map<String, String>>? = null) : ConvertibleToJava<TopicSemanticTypeArgs>
Constructors
Link copied to clipboard
constructor(falseyCellValue: Output<String>? = null, falseyCellValueSynonyms: Output<List<String>>? = null, subTypeName: Output<String>? = null, truthyCellValue: Output<String>? = null, truthyCellValueSynonyms: Output<List<String>>? = null, typeName: Output<String>? = null, typeParameters: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
The semantic type falsey cell value.
Link copied to clipboard
The other names or aliases for the false cell value.
Link copied to clipboard
The semantic type sub type name.
Link copied to clipboard
The semantic type truthy cell value.
Link copied to clipboard
The other names or aliases for the true cell value.
Link copied to clipboard
The semantic type parameters.