| Name | Type | Description | Notes |
|---|---|---|---|
| IsReadOnly | bool? | Indicates if a definition can be edited or not | [optional] |
| OwnerEntity | string | The Metafield will extend the specified {Flipdish.Metafields.PublicModels.V1.MetafieldDefinitionBase.OwnerEntity} | [optional] |
| Key | string | Key of the metafield. The key must have two parts, separated by a dot. The first part acts as a category, for organizational purposes. The parts can be composed of lowercase letters, numbers, hyphen and underscore | |
| ValueType | string | The excepted type for the Value field | [optional] |
| Name | string | Field Name | |
| Description | string | Field Description | [optional] |
| Behaviors | List<string> | Enable Metafield Behaviors | [optional] |
| MetafieldDefinitionRecommendationId | int? | Metafield Recommendation Id | [optional] |