KnowledgeBaseQueryGenerationColumn

data class KnowledgeBaseQueryGenerationColumn(val description: String? = null, val inclusion: KnowledgeBaseInclusionType? = null, val name: String? = null)

Redshift query generation column

Constructors

Link copied to clipboard
constructor(description: String? = null, inclusion: KnowledgeBaseInclusionType? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
val name: String? = null