Name | Type | Description | Notes |
---|---|---|---|
Servings | float32 | ||
Id | float32 | ||
Title | string | ||
ImageType | string |
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
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
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetServings() float32
GetServings returns the Servings field if non-nil, zero value otherwise.
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.
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetServings(v float32)
SetServings sets Servings field to given value.
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetId(v float32)
SetId sets Id field to given value.
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) GetImageType() string
GetImageType returns the ImageType field if non-nil, zero value otherwise.
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.
func (o *GetMealPlanWeek200ResponseDaysInnerItemsInnerValue) SetImageType(v string)
SetImageType sets ImageType field to given value.