TopicSemanticTypeArgs

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<TopicTypeParametersArgs>? = null) : ConvertibleToJava<TopicSemanticTypeArgs>

Constructors

Link copied to clipboard
fun TopicSemanticTypeArgs(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<TopicTypeParametersArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TopicSemanticTypeArgs

Properties

Link copied to clipboard
val falseyCellValue: Output<String>? = null
Link copied to clipboard
val falseyCellValueSynonyms: Output<List<String>>? = null
Link copied to clipboard
val subTypeName: Output<String>? = null
Link copied to clipboard
val truthyCellValue: Output<String>? = null
Link copied to clipboard
val truthyCellValueSynonyms: Output<List<String>>? = null
Link copied to clipboard
val typeName: Output<String>? = null
Link copied to clipboard