# BaseFieldDefinition
## Properties
**name** | **String** | |
**label** | **String** | |
**r#type** | **Type** | (enum: ENUM, TEXT, INT, FLOAT, BOOL, TIMESTAMP, ARRAY) |
**group** | Option<**String**> | | [optional]
**supported_operators** | **Vec<SupportedOperators>** | (enum: lt, lte, gt, gte, startswith, istartswith, endswith, iendswith, contains, icontains, matches, notcontains, inotcontains, eq, neq, isnull, includes, excludes, len_eq) |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)