Table Field Schema Args
fun TableFieldSchemaArgs(categories: Output<TableFieldSchemaCategoriesArgs>? = null, collation: Output<String>? = null, defaultValueExpression: Output<String>? = null, description: Output<String>? = null, fields: Output<List<TableFieldSchemaArgs>>? = null, maxLength: Output<String>? = null, mode: Output<String>? = null, name: Output<String>? = null, policyTags: Output<TableFieldSchemaPolicyTagsArgs>? = null, precision: Output<String>? = null, roundingMode: Output<String>? = null, scale: Output<String>? = null, type: Output<String>? = null)