zernio 0.0.76

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# FoodMenuItemAttributes

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**price** | Option<[**models::Money**]Money.md> |  | [optional]
**spiciness** | Option<**String**> | Spiciness level (e.g. MILD, MEDIUM, HOT) | [optional]
**allergen** | Option<**Vec<String>**> | Allergens (e.g. DAIRY, GLUTEN, SHELLFISH) | [optional]
**dietary_restriction** | Option<**Vec<String>**> | Dietary labels (e.g. VEGETARIAN, VEGAN, GLUTEN_FREE) | [optional]
**serves_num_people** | Option<**i32**> | Number of people the item serves | [optional]
**preparation_methods** | Option<**Vec<String>**> | Preparation methods (e.g. GRILLED, FRIED) | [optional]
**media_keys** | Option<**Vec<String>**> | Media references for item photos | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)