ExtraLinkCollection

Properties

NameTypeDescriptionNotes
ExtraLinksPointer to []ExtraLink[optional]

Methods

NewExtraLinkCollection

func NewExtraLinkCollection() *ExtraLinkCollection

NewExtraLinkCollection instantiates a new ExtraLinkCollection 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

NewExtraLinkCollectionWithDefaults

func NewExtraLinkCollectionWithDefaults() *ExtraLinkCollection

NewExtraLinkCollectionWithDefaults instantiates a new ExtraLinkCollection 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

GetExtraLinks

func (o *ExtraLinkCollection) GetExtraLinks() []ExtraLink

GetExtraLinks returns the ExtraLinks field if non-nil, zero value otherwise.

GetExtraLinksOk

func (o *ExtraLinkCollection) GetExtraLinksOk() (*[]ExtraLink, bool)

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

SetExtraLinks

func (o *ExtraLinkCollection) SetExtraLinks(v []ExtraLink)

SetExtraLinks sets ExtraLinks field to given value.

HasExtraLinks

func (o *ExtraLinkCollection) HasExtraLinks() bool

HasExtraLinks returns a boolean if a field has been set.

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