Name | Type | Description | Notes |
---|---|---|---|
Id | float32 | ||
Title | string | ||
ImageType | string |
func NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue(id float32, title string, imageType string, ) *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue
NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue instantiates a new GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue 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 NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerValueWithDefaults() *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue
NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerValueWithDefaults instantiates a new GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue 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 *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) 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 *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetId(v float32)
SetId sets Id field to given value.
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) 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 *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetImageType() string
GetImageType returns the ImageType field if non-nil, zero value otherwise.
func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) 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 *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetImageType(v string)
SetImageType sets ImageType field to given value.