Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 3.99 KB

File metadata and controls

160 lines (87 loc) · 3.99 KB

PersesLink

Properties

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]

Methods

NewPersesLink

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

NewPersesLinkWithDefaults

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

GetName

func (o *PersesLink) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *PersesLink) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PersesLink) HasName() bool

HasName returns a boolean if a field has been set.

GetRenderVariables

func (o *PersesLink) GetRenderVariables() bool

GetRenderVariables returns the RenderVariables field if non-nil, zero value otherwise.

GetRenderVariablesOk

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.

SetRenderVariables

func (o *PersesLink) SetRenderVariables(v bool)

SetRenderVariables sets RenderVariables field to given value.

HasRenderVariables

func (o *PersesLink) HasRenderVariables() bool

HasRenderVariables returns a boolean if a field has been set.

GetTargetBlank

func (o *PersesLink) GetTargetBlank() bool

GetTargetBlank returns the TargetBlank field if non-nil, zero value otherwise.

GetTargetBlankOk

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.

SetTargetBlank

func (o *PersesLink) SetTargetBlank(v bool)

SetTargetBlank sets TargetBlank field to given value.

HasTargetBlank

func (o *PersesLink) HasTargetBlank() bool

HasTargetBlank returns a boolean if a field has been set.

GetTooltip

func (o *PersesLink) GetTooltip() string

GetTooltip returns the Tooltip field if non-nil, zero value otherwise.

GetTooltipOk

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.

SetTooltip

func (o *PersesLink) SetTooltip(v string)

SetTooltip sets Tooltip field to given value.

HasTooltip

func (o *PersesLink) HasTooltip() bool

HasTooltip returns a boolean if a field has been set.

GetUrl

func (o *PersesLink) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *PersesLink) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *PersesLink) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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