Record
search-all-food-response
No description available.
record search-all-food-response {
limit: s32,
offset: s32,
query: string,
search-results: list<search-all-food-response-search-results-item>,
total-results: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| limit | s32 | |
| offset | s32 | |
| query | string | |
| search-results | list<search-all-food-response-search-results-item> | |
| total-results | s32 |