Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.71 KB

GetMealPlanWeek200ResponseDaysInnerItemsInnerValue.md

File metadata and controls

114 lines (61 loc) · 3.71 KB

GetMealPlanWeek200ResponseDaysInnerItemsInnerValue

Properties

Name Type Description Notes
Servings float32
Id float32
Title string
ImageType string

Methods

NewGetMealPlanWeek200ResponseDaysInnerItemsInnerValue

func NewGetMealPlanWeek200ResponseDaysInnerItemsInnerValue(servings float32, id float32, title string, imageType string, ) *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue

NewGetMealPlanWeek200ResponseDaysInnerItemsInnerValue instantiates a new GetMealPlanWeek200ResponseDaysInnerItemsInnerValue 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

NewGetMealPlanWeek200ResponseDaysInnerItemsInnerValueWithDefaults

func NewGetMealPlanWeek200ResponseDaysInnerItemsInnerValueWithDefaults() *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue

NewGetMealPlanWeek200ResponseDaysInnerItemsInnerValueWithDefaults instantiates a new GetMealPlanWeek200ResponseDaysInnerItemsInnerValue 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

GetServings

func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetServings() float32

GetServings returns the Servings field if non-nil, zero value otherwise.

GetServingsOk

func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetServingsOk() (*float32, bool)

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

SetServings

func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetServings(v float32)

SetServings sets Servings field to given value.

GetId

func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetId() float32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetIdOk() (*float32, bool)

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

SetId

func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetId(v float32)

SetId sets Id field to given value.

GetTitle

func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetTitleOk() (*string, bool)

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

SetTitle

func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetTitle(v string)

SetTitle sets Title field to given value.

GetImageType

func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetImageType() string

GetImageType returns the ImageType field if non-nil, zero value otherwise.

GetImageTypeOk

func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetImageTypeOk() (*string, bool)

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

SetImageType

func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetImageType(v string)

SetImageType sets ImageType field to given value.

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