Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.87 KB

LinkGroup.md

File metadata and controls

72 lines (39 loc) · 1.87 KB

LinkGroup

Properties

Name Type Description Notes
Label string A value to display that the top of the group of links
Links []Link

Methods

NewLinkGroup

func NewLinkGroup(label string, links []Link, ) *LinkGroup

NewLinkGroup instantiates a new LinkGroup 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

NewLinkGroupWithDefaults

func NewLinkGroupWithDefaults() *LinkGroup

NewLinkGroupWithDefaults instantiates a new LinkGroup 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

GetLabel

func (o *LinkGroup) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *LinkGroup) GetLabelOk() (*string, bool)

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

SetLabel

func (o *LinkGroup) SetLabel(v string)

SetLabel sets Label field to given value.

GetLinks

func (o *LinkGroup) GetLinks() []Link

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *LinkGroup) GetLinksOk() (*[]Link, bool)

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

SetLinks

func (o *LinkGroup) SetLinks(v []Link)

SetLinks sets Links field to given value.

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