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<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
val falseyCellValue: Output<String>? = null

The semantic type falsey cell value.

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

The other names or aliases for the false cell value.

Link copied to clipboard
val subTypeName: Output<String>? = null

The semantic type sub type name.

Link copied to clipboard
val truthyCellValue: Output<String>? = null

The semantic type truthy cell value.

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

The other names or aliases for the true cell value.

Link copied to clipboard
val typeName: Output<String>? = null

The semantic type name.

Link copied to clipboard
val typeParameters: Output<Map<String, String>>? = null

The semantic type parameters.

Functions

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