| Name | Type | Description | Notes |
|---|---|---|---|
| App | Pointer to AppsApp | [optional] | |
| Linkage | Pointer to AddonsAddonLinkage | [optional] | |
| MetaData | Pointer to AddonsAddonMetaData | [optional] | |
| Score | Pointer to string | [optional] | |
| SecondaryLinks | Pointer to AddonsAddonSecondaryLinks | [optional] | |
| Selector | Pointer to AddonsAddonSelector | [optional] | |
| Semantic | Pointer to map[string]string | [optional] | |
| SemanticData | Pointer to AddonsAddonSemantic | [optional] | |
| SemanticSensitives | Pointer to []string | [optional] | |
| SensitiveSemantic | Pointer to map[string]string | [optional] | |
| Token | Pointer to string | [optional] | |
| Widgets | Pointer to map[string]interface{} | [optional] | |
| WidgetsSemantic | Pointer to map[string]interface{} | [optional] |
func NewAddonsPostAddon() *AddonsPostAddon
NewAddonsPostAddon instantiates a new AddonsPostAddon 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 NewAddonsPostAddonWithDefaults() *AddonsPostAddon
NewAddonsPostAddonWithDefaults instantiates a new AddonsPostAddon 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 *AddonsPostAddon) GetApp() AppsApp
GetApp returns the App field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) GetAppOk() (*AppsApp, bool)
GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsPostAddon) SetApp(v AppsApp)
SetApp sets App field to given value.
func (o *AddonsPostAddon) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *AddonsPostAddon) GetLinkage() AddonsAddonLinkage
GetLinkage returns the Linkage field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) GetLinkageOk() (*AddonsAddonLinkage, bool)
GetLinkageOk returns a tuple with the Linkage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsPostAddon) SetLinkage(v AddonsAddonLinkage)
SetLinkage sets Linkage field to given value.
func (o *AddonsPostAddon) HasLinkage() bool
HasLinkage returns a boolean if a field has been set.
func (o *AddonsPostAddon) GetMetaData() AddonsAddonMetaData
GetMetaData returns the MetaData field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) GetMetaDataOk() (*AddonsAddonMetaData, bool)
GetMetaDataOk returns a tuple with the MetaData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsPostAddon) SetMetaData(v AddonsAddonMetaData)
SetMetaData sets MetaData field to given value.
func (o *AddonsPostAddon) HasMetaData() bool
HasMetaData returns a boolean if a field has been set.
func (o *AddonsPostAddon) GetScore() string
GetScore returns the Score field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) GetScoreOk() (*string, bool)
GetScoreOk returns a tuple with the Score field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsPostAddon) SetScore(v string)
SetScore sets Score field to given value.
func (o *AddonsPostAddon) HasScore() bool
HasScore returns a boolean if a field has been set.
func (o *AddonsPostAddon) GetSecondaryLinks() AddonsAddonSecondaryLinks
GetSecondaryLinks returns the SecondaryLinks field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) GetSecondaryLinksOk() (*AddonsAddonSecondaryLinks, bool)
GetSecondaryLinksOk returns a tuple with the SecondaryLinks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsPostAddon) SetSecondaryLinks(v AddonsAddonSecondaryLinks)
SetSecondaryLinks sets SecondaryLinks field to given value.
func (o *AddonsPostAddon) HasSecondaryLinks() bool
HasSecondaryLinks returns a boolean if a field has been set.
func (o *AddonsPostAddon) GetSelector() AddonsAddonSelector
GetSelector returns the Selector field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) GetSelectorOk() (*AddonsAddonSelector, bool)
GetSelectorOk returns a tuple with the Selector field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsPostAddon) SetSelector(v AddonsAddonSelector)
SetSelector sets Selector field to given value.
func (o *AddonsPostAddon) HasSelector() bool
HasSelector returns a boolean if a field has been set.
func (o *AddonsPostAddon) GetSemantic() map[string]string
GetSemantic returns the Semantic field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) GetSemanticOk() (*map[string]string, bool)
GetSemanticOk returns a tuple with the Semantic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsPostAddon) SetSemantic(v map[string]string)
SetSemantic sets Semantic field to given value.
func (o *AddonsPostAddon) HasSemantic() bool
HasSemantic returns a boolean if a field has been set.
func (o *AddonsPostAddon) GetSemanticData() AddonsAddonSemantic
GetSemanticData returns the SemanticData field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) GetSemanticDataOk() (*AddonsAddonSemantic, bool)
GetSemanticDataOk returns a tuple with the SemanticData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsPostAddon) SetSemanticData(v AddonsAddonSemantic)
SetSemanticData sets SemanticData field to given value.
func (o *AddonsPostAddon) HasSemanticData() bool
HasSemanticData returns a boolean if a field has been set.
func (o *AddonsPostAddon) GetSemanticSensitives() []string
GetSemanticSensitives returns the SemanticSensitives field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) GetSemanticSensitivesOk() (*[]string, bool)
GetSemanticSensitivesOk returns a tuple with the SemanticSensitives field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsPostAddon) SetSemanticSensitives(v []string)
SetSemanticSensitives sets SemanticSensitives field to given value.
func (o *AddonsPostAddon) HasSemanticSensitives() bool
HasSemanticSensitives returns a boolean if a field has been set.
func (o *AddonsPostAddon) GetSensitiveSemantic() map[string]string
GetSensitiveSemantic returns the SensitiveSemantic field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) GetSensitiveSemanticOk() (*map[string]string, bool)
GetSensitiveSemanticOk returns a tuple with the SensitiveSemantic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsPostAddon) SetSensitiveSemantic(v map[string]string)
SetSensitiveSemantic sets SensitiveSemantic field to given value.
func (o *AddonsPostAddon) HasSensitiveSemantic() bool
HasSensitiveSemantic returns a boolean if a field has been set.
func (o *AddonsPostAddon) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsPostAddon) SetToken(v string)
SetToken sets Token field to given value.
func (o *AddonsPostAddon) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *AddonsPostAddon) GetWidgets() map[string]interface{}
GetWidgets returns the Widgets field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) 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 *AddonsPostAddon) SetWidgets(v map[string]interface{})
SetWidgets sets Widgets field to given value.
func (o *AddonsPostAddon) HasWidgets() bool
HasWidgets returns a boolean if a field has been set.
func (o *AddonsPostAddon) GetWidgetsSemantic() map[string]interface{}
GetWidgetsSemantic returns the WidgetsSemantic field if non-nil, zero value otherwise.
func (o *AddonsPostAddon) GetWidgetsSemanticOk() (*map[string]interface{}, bool)
GetWidgetsSemanticOk returns a tuple with the WidgetsSemantic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsPostAddon) SetWidgetsSemantic(v map[string]interface{})
SetWidgetsSemantic sets WidgetsSemantic field to given value.
func (o *AddonsPostAddon) HasWidgetsSemantic() bool
HasWidgetsSemantic returns a boolean if a field has been set.