Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.13 KB

File metadata and controls

77 lines (42 loc) · 2.13 KB

PersesTextVariable

Properties

Name Type Description Notes
Kind string
Spec Pointer to PersesTextVariableSpec [optional]

Methods

NewPersesTextVariable

func NewPersesTextVariable(kind string, ) *PersesTextVariable

NewPersesTextVariable instantiates a new PersesTextVariable 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

NewPersesTextVariableWithDefaults

func NewPersesTextVariableWithDefaults() *PersesTextVariable

NewPersesTextVariableWithDefaults instantiates a new PersesTextVariable 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

GetKind

func (o *PersesTextVariable) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *PersesTextVariable) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKind

func (o *PersesTextVariable) SetKind(v string)

SetKind sets Kind field to given value.

GetSpec

func (o *PersesTextVariable) GetSpec() PersesTextVariableSpec

GetSpec returns the Spec field if non-nil, zero value otherwise.

GetSpecOk

func (o *PersesTextVariable) GetSpecOk() (*PersesTextVariableSpec, bool)

GetSpecOk returns a tuple with the Spec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSpec

func (o *PersesTextVariable) SetSpec(v PersesTextVariableSpec)

SetSpec sets Spec field to given value.

HasSpec

func (o *PersesTextVariable) HasSpec() bool

HasSpec returns a boolean if a field has been set.

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