| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | [optional] | |
| RenderVariables | Pointer to bool | [optional] | |
| TargetBlank | Pointer to bool | [optional] | |
| Tooltip | Pointer to string | [optional] | |
| Url | Pointer to string | [optional] |
func NewPersesLink() *PersesLink
NewPersesLink instantiates a new PersesLink 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 NewPersesLinkWithDefaults() *PersesLink
NewPersesLinkWithDefaults instantiates a new PersesLink 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 *PersesLink) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PersesLink) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesLink) SetName(v string)
SetName sets Name field to given value.
func (o *PersesLink) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PersesLink) GetRenderVariables() bool
GetRenderVariables returns the RenderVariables field if non-nil, zero value otherwise.
func (o *PersesLink) GetRenderVariablesOk() (*bool, bool)
GetRenderVariablesOk returns a tuple with the RenderVariables field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesLink) SetRenderVariables(v bool)
SetRenderVariables sets RenderVariables field to given value.
func (o *PersesLink) HasRenderVariables() bool
HasRenderVariables returns a boolean if a field has been set.
func (o *PersesLink) GetTargetBlank() bool
GetTargetBlank returns the TargetBlank field if non-nil, zero value otherwise.
func (o *PersesLink) GetTargetBlankOk() (*bool, bool)
GetTargetBlankOk returns a tuple with the TargetBlank field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesLink) SetTargetBlank(v bool)
SetTargetBlank sets TargetBlank field to given value.
func (o *PersesLink) HasTargetBlank() bool
HasTargetBlank returns a boolean if a field has been set.
func (o *PersesLink) GetTooltip() string
GetTooltip returns the Tooltip field if non-nil, zero value otherwise.
func (o *PersesLink) GetTooltipOk() (*string, bool)
GetTooltipOk returns a tuple with the Tooltip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesLink) SetTooltip(v string)
SetTooltip sets Tooltip field to given value.
func (o *PersesLink) HasTooltip() bool
HasTooltip returns a boolean if a field has been set.
func (o *PersesLink) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *PersesLink) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesLink) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *PersesLink) HasUrl() bool
HasUrl returns a boolean if a field has been set.