Skip to content

Files

Latest commit

aaa68cb · Sep 9, 2022

History

History
93 lines (50 loc) · 3.16 KB

GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue.md

File metadata and controls

93 lines (50 loc) · 3.16 KB

GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue

Properties

Name Type Description Notes
Id float32
Title string
ImageType string

Methods

NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerValue

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

NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerValueWithDefaults

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

GetId

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetId() float32

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

GetIdOk

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.

SetId

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetId(v float32)

SetId sets Id field to given value.

GetTitle

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetTitle() string

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

GetTitleOk

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.

SetTitle

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetTitle(v string)

SetTitle sets Title field to given value.

GetImageType

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) GetImageType() string

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

GetImageTypeOk

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.

SetImageType

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue) SetImageType(v string)

SetImageType sets ImageType field to given value.

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