Schema Args
data class SchemaArgs(val columns: Output<List<ColumnArgs>>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<SchemaArgs>
Table's schema.
Constructors
Link copied to clipboard
constructor(columns: Output<List<ColumnArgs>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, name: Output<String>? = null)