Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2 KB

File metadata and controls

56 lines (31 loc) · 2 KB

AddonsAddonSecondaryLinks

Properties

Name Type Description Notes
SecondaryLinkages Pointer to []AddonsAddonSecondaryLinkage [optional]

Methods

NewAddonsAddonSecondaryLinks

func NewAddonsAddonSecondaryLinks() *AddonsAddonSecondaryLinks

NewAddonsAddonSecondaryLinks instantiates a new AddonsAddonSecondaryLinks 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

NewAddonsAddonSecondaryLinksWithDefaults

func NewAddonsAddonSecondaryLinksWithDefaults() *AddonsAddonSecondaryLinks

NewAddonsAddonSecondaryLinksWithDefaults instantiates a new AddonsAddonSecondaryLinks 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

GetSecondaryLinkages

func (o *AddonsAddonSecondaryLinks) GetSecondaryLinkages() []AddonsAddonSecondaryLinkage

GetSecondaryLinkages returns the SecondaryLinkages field if non-nil, zero value otherwise.

GetSecondaryLinkagesOk

func (o *AddonsAddonSecondaryLinks) GetSecondaryLinkagesOk() (*[]AddonsAddonSecondaryLinkage, bool)

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

SetSecondaryLinkages

func (o *AddonsAddonSecondaryLinks) SetSecondaryLinkages(v []AddonsAddonSecondaryLinkage)

SetSecondaryLinkages sets SecondaryLinkages field to given value.

HasSecondaryLinkages

func (o *AddonsAddonSecondaryLinks) HasSecondaryLinkages() bool

HasSecondaryLinkages returns a boolean if a field has been set.

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