Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.18 KB

AddMealPlanTemplate200ResponseItemsInnerValue.md

File metadata and controls

134 lines (73 loc) · 4.18 KB

AddMealPlanTemplate200ResponseItemsInnerValue

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Servings Pointer to float32 [optional]
Title Pointer to string [optional]
ImageType Pointer to string [optional]

Methods

NewAddMealPlanTemplate200ResponseItemsInnerValue

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

NewAddMealPlanTemplate200ResponseItemsInnerValueWithDefaults

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

GetId

func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetId() int32

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

GetIdOk

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.

SetId

func (o *AddMealPlanTemplate200ResponseItemsInnerValue) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasId() bool

HasId returns a boolean if a field has been set.

GetServings

func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetServings() float32

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

GetServingsOk

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.

SetServings

func (o *AddMealPlanTemplate200ResponseItemsInnerValue) SetServings(v float32)

SetServings sets Servings field to given value.

HasServings

func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasServings() bool

HasServings returns a boolean if a field has been set.

GetTitle

func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetTitle() string

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

GetTitleOk

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.

SetTitle

func (o *AddMealPlanTemplate200ResponseItemsInnerValue) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetImageType

func (o *AddMealPlanTemplate200ResponseItemsInnerValue) GetImageType() string

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

GetImageTypeOk

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.

SetImageType

func (o *AddMealPlanTemplate200ResponseItemsInnerValue) SetImageType(v string)

SetImageType sets ImageType field to given value.

HasImageType

func (o *AddMealPlanTemplate200ResponseItemsInnerValue) HasImageType() bool

HasImageType returns a boolean if a field has been set.

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