| Name | Type | Description | Notes |
|---|---|---|---|
| Group | string | ||
| Icon | Pointer to string | [optional] | |
| Order | float64 |
func NewPresentationMainMenu(group string, order float64, ) *PresentationMainMenu
NewPresentationMainMenu instantiates a new PresentationMainMenu 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 NewPresentationMainMenuWithDefaults() *PresentationMainMenu
NewPresentationMainMenuWithDefaults instantiates a new PresentationMainMenu 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 *PresentationMainMenu) GetGroup() string
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *PresentationMainMenu) GetGroupOk() (*string, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PresentationMainMenu) SetGroup(v string)
SetGroup sets Group field to given value.
func (o *PresentationMainMenu) GetIcon() string
GetIcon returns the Icon field if non-nil, zero value otherwise.
func (o *PresentationMainMenu) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PresentationMainMenu) SetIcon(v string)
SetIcon sets Icon field to given value.
func (o *PresentationMainMenu) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (o *PresentationMainMenu) GetOrder() float64
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *PresentationMainMenu) GetOrderOk() (*float64, bool)
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PresentationMainMenu) SetOrder(v float64)
SetOrder sets Order field to given value.