TableSchemaForeignTypeInfoArgs

data class TableSchemaForeignTypeInfoArgs(val typeSystem: Output<String>) : ConvertibleToJava<TableSchemaForeignTypeInfoArgs>

Constructors

Link copied to clipboard
constructor(typeSystem: Output<String>)

Properties

Link copied to clipboard
val typeSystem: Output<String>

Specifies the system which defines the foreign data type.

Functions

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