Name | Type | Description | Notes |
---|---|---|---|
Days | []GetMealPlanWeek200ResponseDaysInner |
func NewGetMealPlanWeek200Response(days []GetMealPlanWeek200ResponseDaysInner, ) *GetMealPlanWeek200Response
NewGetMealPlanWeek200Response instantiates a new GetMealPlanWeek200Response 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 NewGetMealPlanWeek200ResponseWithDefaults() *GetMealPlanWeek200Response
NewGetMealPlanWeek200ResponseWithDefaults instantiates a new GetMealPlanWeek200Response 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 *GetMealPlanWeek200Response) GetDays() []GetMealPlanWeek200ResponseDaysInner
GetDays returns the Days field if non-nil, zero value otherwise.
func (o *GetMealPlanWeek200Response) GetDaysOk() (*[]GetMealPlanWeek200ResponseDaysInner, bool)
GetDaysOk returns a tuple with the Days field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMealPlanWeek200Response) SetDays(v []GetMealPlanWeek200ResponseDaysInner)
SetDays sets Days field to given value.