Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Servings | Pointer to float32 | [optional] | |
Title | Pointer to string | [optional] | |
ImageType | Pointer to string | [optional] |
func NewAddMealPlanTemplate200ResponseItemsInnerValue() *AddMealPlanTemplate200ResponseItemsInnerValue
NewAddMealPlanTemplate200ResponseItemsInnerValue instantiates a new AddMealPlanTemplate200ResponseItemsInnerValue 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 NewAddMealPlanTemplate200ResponseItemsInnerValueWithDefaults() *AddMealPlanTemplate200ResponseItemsInnerValue
NewAddMealPlanTemplate200ResponseItemsInnerValueWithDefaults instantiates a new AddMealPlanTemplate200ResponseItemsInnerValue 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 *AddMealPlanTemplate200ResponseItemsInnerValue) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetIdOk() (*int32, 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 *AddMealPlanTemplate200ResponseItemsInnerValue) SetId(v int32)
SetId sets Id field to given value.
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetServings() float32
GetServings returns the Servings field if non-nil, zero value otherwise.
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) 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 *AddMealPlanTemplate200ResponseItemsInnerValue) SetServings(v float32)
SetServings sets Servings field to given value.
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasServings() bool
HasServings returns a boolean if a field has been set.
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) 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 *AddMealPlanTemplate200ResponseItemsInnerValue) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetImageType() string
GetImageType returns the ImageType field if non-nil, zero value otherwise.
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) 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 *AddMealPlanTemplate200ResponseItemsInnerValue) SetImageType(v string)
SetImageType sets ImageType field to given value.
func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasImageType() bool
HasImageType returns a boolean if a field has been set.