| Name | Type | Description | Notes |
|---|---|---|---|
| Position | Pointer to AddonsAddonSecondaryLinkagePosition | [optional] | |
| Widgets | Pointer to map[string]interface{} | [optional] |
func NewAddonsAddonSecondaryLinkage() *AddonsAddonSecondaryLinkage
NewAddonsAddonSecondaryLinkage instantiates a new AddonsAddonSecondaryLinkage 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 NewAddonsAddonSecondaryLinkageWithDefaults() *AddonsAddonSecondaryLinkage
NewAddonsAddonSecondaryLinkageWithDefaults instantiates a new AddonsAddonSecondaryLinkage 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 *AddonsAddonSecondaryLinkage) GetPosition() AddonsAddonSecondaryLinkagePosition
GetPosition returns the Position field if non-nil, zero value otherwise.
func (o *AddonsAddonSecondaryLinkage) GetPositionOk() (*AddonsAddonSecondaryLinkagePosition, bool)
GetPositionOk returns a tuple with the Position field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsAddonSecondaryLinkage) SetPosition(v AddonsAddonSecondaryLinkagePosition)
SetPosition sets Position field to given value.
func (o *AddonsAddonSecondaryLinkage) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (o *AddonsAddonSecondaryLinkage) GetWidgets() map[string]interface{}
GetWidgets returns the Widgets field if non-nil, zero value otherwise.
func (o *AddonsAddonSecondaryLinkage) GetWidgetsOk() (*map[string]interface{}, bool)
GetWidgetsOk returns a tuple with the Widgets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsAddonSecondaryLinkage) SetWidgets(v map[string]interface{})
SetWidgets sets Widgets field to given value.
func (o *AddonsAddonSecondaryLinkage) HasWidgets() bool
HasWidgets returns a boolean if a field has been set.