SchemaField(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a column field within a table schema.
| Attributes | |
|---|---|
| Name | Description | 
| name | strRequired. The name of the field. Must contain only letters, numbers and underscores, with a maximum length of 767 characters, and must begin with a letter or underscore. | 
| description | strOptional. User friendly field description. Must be less than or equal to 1024 characters. | 
| type_ | google.cloud.dataplex_v1.types.Schema.TypeRequired. The type of field. | 
| mode | google.cloud.dataplex_v1.types.Schema.ModeRequired. Additional field semantics. | 
| fields | MutableSequence[google.cloud.dataplex_v1.types.Schema.SchemaField]Optional. Any nested field for complex types. |