Meal |
public struct MealItems
The MealItems type exposes the following members.
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. |
"Meals": { "AllowManOverride": false, "RuleType": 0, "Durations": [] }