| Name | Type | Description | Notes |
|---|---|---|---|
| SecondaryLinkages | Pointer to []AddonsAddonSecondaryLinkage | [optional] |
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
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
func (o *AddonsAddonSecondaryLinks) GetSecondaryLinkages() []AddonsAddonSecondaryLinkage
GetSecondaryLinkages returns the SecondaryLinkages field if non-nil, zero value otherwise.
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.
func (o *AddonsAddonSecondaryLinks) SetSecondaryLinkages(v []AddonsAddonSecondaryLinkage)
SetSecondaryLinkages sets SecondaryLinkages field to given value.
func (o *AddonsAddonSecondaryLinks) HasSecondaryLinkages() bool
HasSecondaryLinkages returns a boolean if a field has been set.