Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.76 KB

GetMealPlanWeek200Response.md

File metadata and controls

51 lines (28 loc) · 1.76 KB

GetMealPlanWeek200Response

Properties

Name Type Description Notes
Days []GetMealPlanWeek200ResponseDaysInner

Methods

NewGetMealPlanWeek200Response

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

NewGetMealPlanWeek200ResponseWithDefaults

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

GetDays

func (o *GetMealPlanWeek200Response) GetDays() []GetMealPlanWeek200ResponseDaysInner

GetDays returns the Days field if non-nil, zero value otherwise.

GetDaysOk

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.

SetDays

func (o *GetMealPlanWeek200Response) SetDays(v []GetMealPlanWeek200ResponseDaysInner)

SetDays sets Days field to given value.

[Back to Model list] [Back to API list] [Back to README]