Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 979 Bytes

SchemaFieldMode.md

File metadata and controls

12 lines (7 loc) · 979 Bytes

SchemaFieldMode

Mode is an enumeration of modes for a field. Mode is required and cannot be unspecified. - NULLABLE: Nullable fields do not need to be specified. - REQUIRED: Required fields must be specified and cannot be null. - UNIQUE: Unique fields must be specified and must be unique.

Properties

Name Type Description Notes
value str Mode is an enumeration of modes for a field. Mode is required and cannot be unspecified. - NULLABLE: Nullable fields do not need to be specified. - REQUIRED: Required fields must be specified and cannot be null. - UNIQUE: Unique fields must be specified and must be unique. defaults to "MODE_UNSPECIFIED", must be one of ["MODE_UNSPECIFIED", "NULLABLE", "REQUIRED", "UNIQUE", ]

[Back to Model list] [Back to API list] [Back to README]