Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.59 KB

File metadata and controls

98 lines (53 loc) · 2.59 KB

PresentationMainMenu

Properties

Name Type Description Notes
Group string
Icon Pointer to string [optional]
Order float64

Methods

NewPresentationMainMenu

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

NewPresentationMainMenuWithDefaults

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

GetGroup

func (o *PresentationMainMenu) GetGroup() string

GetGroup returns the Group field if non-nil, zero value otherwise.

GetGroupOk

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.

SetGroup

func (o *PresentationMainMenu) SetGroup(v string)

SetGroup sets Group field to given value.

GetIcon

func (o *PresentationMainMenu) GetIcon() string

GetIcon returns the Icon field if non-nil, zero value otherwise.

GetIconOk

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.

SetIcon

func (o *PresentationMainMenu) SetIcon(v string)

SetIcon sets Icon field to given value.

HasIcon

func (o *PresentationMainMenu) HasIcon() bool

HasIcon returns a boolean if a field has been set.

GetOrder

func (o *PresentationMainMenu) GetOrder() float64

GetOrder returns the Order field if non-nil, zero value otherwise.

GetOrderOk

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.

SetOrder

func (o *PresentationMainMenu) SetOrder(v float64)

SetOrder sets Order field to given value.

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