Skip to content

Latest commit

 

History

History
140 lines (75 loc) · 4.56 KB

GetMealPlanTemplate200ResponseDaysInnerItemsInner.md

File metadata and controls

140 lines (75 loc) · 4.56 KB

GetMealPlanTemplate200ResponseDaysInnerItemsInner

Properties

Name Type Description Notes
Id int32
Slot int32
Position int32
Type string
Value Pointer to GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue [optional]

Methods

NewGetMealPlanTemplate200ResponseDaysInnerItemsInner

func NewGetMealPlanTemplate200ResponseDaysInnerItemsInner(id int32, slot int32, position int32, type_ string, ) *GetMealPlanTemplate200ResponseDaysInnerItemsInner

NewGetMealPlanTemplate200ResponseDaysInnerItemsInner instantiates a new GetMealPlanTemplate200ResponseDaysInnerItemsInner 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

NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerWithDefaults

func NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerWithDefaults() *GetMealPlanTemplate200ResponseDaysInnerItemsInner

NewGetMealPlanTemplate200ResponseDaysInnerItemsInnerWithDefaults instantiates a new GetMealPlanTemplate200ResponseDaysInnerItemsInner 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 *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetId() int32

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

GetIdOk

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) 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 *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetId(v int32)

SetId sets Id field to given value.

GetSlot

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetSlot() int32

GetSlot returns the Slot field if non-nil, zero value otherwise.

GetSlotOk

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetSlotOk() (*int32, bool)

GetSlotOk returns a tuple with the Slot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSlot

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetSlot(v int32)

SetSlot sets Slot field to given value.

GetPosition

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetPosition() int32

GetPosition returns the Position field if non-nil, zero value otherwise.

GetPositionOk

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetPositionOk() (*int32, bool)

GetPositionOk returns a tuple with the Position field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPosition

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetPosition(v int32)

SetPosition sets Position field to given value.

GetType

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetType(v string)

SetType sets Type field to given value.

GetValue

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetValue() GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) GetValueOk() (*GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValue

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) SetValue(v GetMealPlanTemplate200ResponseDaysInnerItemsInnerValue)

SetValue sets Value field to given value.

HasValue

func (o *GetMealPlanTemplate200ResponseDaysInnerItemsInner) HasValue() bool

HasValue returns a boolean if a field has been set.

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