TableSchemaArgs

data class TableSchemaArgs(val fields: Output<List<TableFieldSchemaArgs>>? = null) : ConvertibleToJava<TableSchemaArgs>

Constructors

Link copied to clipboard
fun TableSchemaArgs(fields: Output<List<TableFieldSchemaArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val fields: Output<List<TableFieldSchemaArgs>>? = null

Describes the fields in a table.