Name | Type | Description | Notes |
---|---|---|---|
MenuItems | []MenuItem | ||
TotalMenuItems | int32 | ||
Type | string | ||
Offset | int32 | ||
Number | int32 |
func NewSearchMenuItems200Response(menuItems []MenuItem, totalMenuItems int32, type_ string, offset int32, number int32, ) *SearchMenuItems200Response
NewSearchMenuItems200Response instantiates a new SearchMenuItems200Response 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 NewSearchMenuItems200ResponseWithDefaults() *SearchMenuItems200Response
NewSearchMenuItems200ResponseWithDefaults instantiates a new SearchMenuItems200Response 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 *SearchMenuItems200Response) GetMenuItems() []MenuItem
GetMenuItems returns the MenuItems field if non-nil, zero value otherwise.
func (o *SearchMenuItems200Response) GetMenuItemsOk() (*[]MenuItem, bool)
GetMenuItemsOk returns a tuple with the MenuItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchMenuItems200Response) SetMenuItems(v []MenuItem)
SetMenuItems sets MenuItems field to given value.
func (o *SearchMenuItems200Response) GetTotalMenuItems() int32
GetTotalMenuItems returns the TotalMenuItems field if non-nil, zero value otherwise.
func (o *SearchMenuItems200Response) GetTotalMenuItemsOk() (*int32, bool)
GetTotalMenuItemsOk returns a tuple with the TotalMenuItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchMenuItems200Response) SetTotalMenuItems(v int32)
SetTotalMenuItems sets TotalMenuItems field to given value.
func (o *SearchMenuItems200Response) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SearchMenuItems200Response) 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.
func (o *SearchMenuItems200Response) SetType(v string)
SetType sets Type field to given value.
func (o *SearchMenuItems200Response) GetOffset() int32
GetOffset returns the Offset field if non-nil, zero value otherwise.
func (o *SearchMenuItems200Response) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchMenuItems200Response) SetOffset(v int32)
SetOffset sets Offset field to given value.
func (o *SearchMenuItems200Response) GetNumber() int32
GetNumber returns the Number field if non-nil, zero value otherwise.
func (o *SearchMenuItems200Response) GetNumberOk() (*int32, bool)
GetNumberOk returns a tuple with the Number field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchMenuItems200Response) SetNumber(v int32)
SetNumber sets Number field to given value.