mode property
The mode of the field.
Output only. Possible string values are:
- "MODE_UNSPECIFIED" : Unspecified mode.
- "NULLABLE" : Field can be null.
- "REPEATED" : Field can be repeated.
- "REQUIRED" : Field is required.
Implementation
core.String? mode;