| Name | Type | Description | Notes |
|---|---|---|---|
| LinkInSpec | Pointer to string | [optional] | |
| Notes | Pointer to string | [optional] | |
| Selector | Pointer to AddonsAddonSelector | [optional] | |
| Semantic | Pointer to map[string]string | [optional] | |
| SemanticSensitives | Pointer to []string | [optional] | |
| Token | Pointer to string | [optional] | |
| Widgets | Pointer to map[string]interface{} | [optional] |
func NewAddonsCreatePostAddonRequest() *AddonsCreatePostAddonRequest
NewAddonsCreatePostAddonRequest instantiates a new AddonsCreatePostAddonRequest 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 NewAddonsCreatePostAddonRequestWithDefaults() *AddonsCreatePostAddonRequest
NewAddonsCreatePostAddonRequestWithDefaults instantiates a new AddonsCreatePostAddonRequest 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 *AddonsCreatePostAddonRequest) GetLinkInSpec() string
GetLinkInSpec returns the LinkInSpec field if non-nil, zero value otherwise.
func (o *AddonsCreatePostAddonRequest) GetLinkInSpecOk() (*string, bool)
GetLinkInSpecOk returns a tuple with the LinkInSpec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsCreatePostAddonRequest) SetLinkInSpec(v string)
SetLinkInSpec sets LinkInSpec field to given value.
func (o *AddonsCreatePostAddonRequest) HasLinkInSpec() bool
HasLinkInSpec returns a boolean if a field has been set.
func (o *AddonsCreatePostAddonRequest) GetNotes() string
GetNotes returns the Notes field if non-nil, zero value otherwise.
func (o *AddonsCreatePostAddonRequest) GetNotesOk() (*string, bool)
GetNotesOk returns a tuple with the Notes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddonsCreatePostAddonRequest) SetNotes(v string)
SetNotes sets Notes field to given value.
func (o *AddonsCreatePostAddonRequest) HasNotes() bool
HasNotes returns a boolean if a field has been set.
func (o *AddonsCreatePostAddonRequest) GetSelector() AddonsAddonSelector
GetSelector returns the Selector field if non-nil, zero value otherwise.
func (o *AddonsCreatePostAddonRequest) 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 *AddonsCreatePostAddonRequest) SetSelector(v AddonsAddonSelector)
SetSelector sets Selector field to given value.
func (o *AddonsCreatePostAddonRequest) HasSelector() bool
HasSelector returns a boolean if a field has been set.
func (o *AddonsCreatePostAddonRequest) GetSemantic() map[string]string
GetSemantic returns the Semantic field if non-nil, zero value otherwise.
func (o *AddonsCreatePostAddonRequest) 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 *AddonsCreatePostAddonRequest) SetSemantic(v map[string]string)
SetSemantic sets Semantic field to given value.
func (o *AddonsCreatePostAddonRequest) HasSemantic() bool
HasSemantic returns a boolean if a field has been set.
func (o *AddonsCreatePostAddonRequest) GetSemanticSensitives() []string
GetSemanticSensitives returns the SemanticSensitives field if non-nil, zero value otherwise.
func (o *AddonsCreatePostAddonRequest) 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 *AddonsCreatePostAddonRequest) SetSemanticSensitives(v []string)
SetSemanticSensitives sets SemanticSensitives field to given value.
func (o *AddonsCreatePostAddonRequest) HasSemanticSensitives() bool
HasSemanticSensitives returns a boolean if a field has been set.
func (o *AddonsCreatePostAddonRequest) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *AddonsCreatePostAddonRequest) 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 *AddonsCreatePostAddonRequest) SetToken(v string)
SetToken sets Token field to given value.
func (o *AddonsCreatePostAddonRequest) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *AddonsCreatePostAddonRequest) GetWidgets() map[string]interface{}
GetWidgets returns the Widgets field if non-nil, zero value otherwise.
func (o *AddonsCreatePostAddonRequest) 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 *AddonsCreatePostAddonRequest) SetWidgets(v map[string]interface{})
SetWidgets sets Widgets field to given value.
func (o *AddonsCreatePostAddonRequest) HasWidgets() bool
HasWidgets returns a boolean if a field has been set.