Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.95 KB

GetMealPlanTemplates200Response.md

File metadata and controls

51 lines (28 loc) · 1.95 KB

GetMealPlanTemplates200Response

Properties

Name Type Description Notes
Templates []GetMealPlanTemplates200ResponseTemplatesInner

Methods

NewGetMealPlanTemplates200Response

func NewGetMealPlanTemplates200Response(templates []GetMealPlanTemplates200ResponseTemplatesInner, ) *GetMealPlanTemplates200Response

NewGetMealPlanTemplates200Response instantiates a new GetMealPlanTemplates200Response 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

NewGetMealPlanTemplates200ResponseWithDefaults

func NewGetMealPlanTemplates200ResponseWithDefaults() *GetMealPlanTemplates200Response

NewGetMealPlanTemplates200ResponseWithDefaults instantiates a new GetMealPlanTemplates200Response 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

GetTemplates

func (o *GetMealPlanTemplates200Response) GetTemplates() []GetMealPlanTemplates200ResponseTemplatesInner

GetTemplates returns the Templates field if non-nil, zero value otherwise.

GetTemplatesOk

func (o *GetMealPlanTemplates200Response) GetTemplatesOk() (*[]GetMealPlanTemplates200ResponseTemplatesInner, bool)

GetTemplatesOk returns a tuple with the Templates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTemplates

func (o *GetMealPlanTemplates200Response) SetTemplates(v []GetMealPlanTemplates200ResponseTemplatesInner)

SetTemplates sets Templates field to given value.

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