Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.65 KB

File metadata and controls

82 lines (45 loc) · 2.65 KB

AddonsAddonSecondaryLinkage

Properties

Name Type Description Notes
Position Pointer to AddonsAddonSecondaryLinkagePosition [optional]
Widgets Pointer to map[string]interface{} [optional]

Methods

NewAddonsAddonSecondaryLinkage

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

NewAddonsAddonSecondaryLinkageWithDefaults

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

GetPosition

func (o *AddonsAddonSecondaryLinkage) GetPosition() AddonsAddonSecondaryLinkagePosition

GetPosition returns the Position field if non-nil, zero value otherwise.

GetPositionOk

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.

SetPosition

func (o *AddonsAddonSecondaryLinkage) SetPosition(v AddonsAddonSecondaryLinkagePosition)

SetPosition sets Position field to given value.

HasPosition

func (o *AddonsAddonSecondaryLinkage) HasPosition() bool

HasPosition returns a boolean if a field has been set.

GetWidgets

func (o *AddonsAddonSecondaryLinkage) GetWidgets() map[string]interface{}

GetWidgets returns the Widgets field if non-nil, zero value otherwise.

GetWidgetsOk

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.

SetWidgets

func (o *AddonsAddonSecondaryLinkage) SetWidgets(v map[string]interface{})

SetWidgets sets Widgets field to given value.

HasWidgets

func (o *AddonsAddonSecondaryLinkage) HasWidgets() bool

HasWidgets returns a boolean if a field has been set.

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