| Meal |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic struct MealItems
The MealItems type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | AllowManOverride | Returns true if the allow manual meals setting is enable for automatic meal types. | 
|  | Durations | Returns a list of DurationItems structs | 
|   | RuleType | Gets an integer that determines if the duration type is None/Manual/Auto. | 
 Remarks
Remarks Example
Example"Meals": { "AllowManOverride": false, "RuleType": 0, "Durations": [] }
 See Also
See Also