Name | Type | Description | Notes |
---|---|---|---|
NutritionSummary | Pointer to GetMealPlanWeek200ResponseDaysInnerNutritionSummary | [optional] | |
NutritionSummaryBreakfast | Pointer to GetMealPlanWeek200ResponseDaysInnerNutritionSummary | [optional] | |
NutritionSummaryLunch | Pointer to GetMealPlanWeek200ResponseDaysInnerNutritionSummary | [optional] | |
NutritionSummaryDinner | Pointer to GetMealPlanWeek200ResponseDaysInnerNutritionSummary | [optional] | |
Day | string | ||
Items | Pointer to []GetMealPlanTemplate200ResponseDaysInnerItemsInner | [optional] |
func NewGetMealPlanTemplate200ResponseDaysInner(day string, ) *GetMealPlanTemplate200ResponseDaysInner
NewGetMealPlanTemplate200ResponseDaysInner instantiates a new GetMealPlanTemplate200ResponseDaysInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetMealPlanTemplate200ResponseDaysInnerWithDefaults() *GetMealPlanTemplate200ResponseDaysInner
NewGetMealPlanTemplate200ResponseDaysInnerWithDefaults instantiates a new GetMealPlanTemplate200ResponseDaysInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummary() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
GetNutritionSummary returns the NutritionSummary field if non-nil, zero value otherwise.
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
GetNutritionSummaryOk returns a tuple with the NutritionSummary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummary(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
SetNutritionSummary sets NutritionSummary field to given value.
func (o *GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummary() bool
HasNutritionSummary returns a boolean if a field has been set.
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryBreakfast() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
GetNutritionSummaryBreakfast returns the NutritionSummaryBreakfast field if non-nil, zero value otherwise.
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryBreakfastOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
GetNutritionSummaryBreakfastOk returns a tuple with the NutritionSummaryBreakfast field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummaryBreakfast(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
SetNutritionSummaryBreakfast sets NutritionSummaryBreakfast field to given value.
func (o *GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummaryBreakfast() bool
HasNutritionSummaryBreakfast returns a boolean if a field has been set.
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryLunch() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
GetNutritionSummaryLunch returns the NutritionSummaryLunch field if non-nil, zero value otherwise.
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryLunchOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
GetNutritionSummaryLunchOk returns a tuple with the NutritionSummaryLunch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummaryLunch(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
SetNutritionSummaryLunch sets NutritionSummaryLunch field to given value.
func (o *GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummaryLunch() bool
HasNutritionSummaryLunch returns a boolean if a field has been set.
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryDinner() GetMealPlanWeek200ResponseDaysInnerNutritionSummary
GetNutritionSummaryDinner returns the NutritionSummaryDinner field if non-nil, zero value otherwise.
func (o *GetMealPlanTemplate200ResponseDaysInner) GetNutritionSummaryDinnerOk() (*GetMealPlanWeek200ResponseDaysInnerNutritionSummary, bool)
GetNutritionSummaryDinnerOk returns a tuple with the NutritionSummaryDinner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMealPlanTemplate200ResponseDaysInner) SetNutritionSummaryDinner(v GetMealPlanWeek200ResponseDaysInnerNutritionSummary)
SetNutritionSummaryDinner sets NutritionSummaryDinner field to given value.
func (o *GetMealPlanTemplate200ResponseDaysInner) HasNutritionSummaryDinner() bool
HasNutritionSummaryDinner returns a boolean if a field has been set.
func (o *GetMealPlanTemplate200ResponseDaysInner) GetDay() string
GetDay returns the Day field if non-nil, zero value otherwise.
func (o *GetMealPlanTemplate200ResponseDaysInner) GetDayOk() (*string, bool)
GetDayOk returns a tuple with the Day field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMealPlanTemplate200ResponseDaysInner) SetDay(v string)
SetDay sets Day field to given value.
func (o *GetMealPlanTemplate200ResponseDaysInner) GetItems() []GetMealPlanTemplate200ResponseDaysInnerItemsInner
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *GetMealPlanTemplate200ResponseDaysInner) GetItemsOk() (*[]GetMealPlanTemplate200ResponseDaysInnerItemsInner, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMealPlanTemplate200ResponseDaysInner) SetItems(v []GetMealPlanTemplate200ResponseDaysInnerItemsInner)
SetItems sets Items field to given value.
func (o *GetMealPlanTemplate200ResponseDaysInner) HasItems() bool
HasItems returns a boolean if a field has been set.