| Name | Type | Description | Notes |
|---|---|---|---|
| Kind | string | ||
| Spec | Pointer to PersesTextVariableSpec | [optional] |
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
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
func (o *PersesTextVariable) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
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.
func (o *PersesTextVariable) SetKind(v string)
SetKind sets Kind field to given value.
func (o *PersesTextVariable) GetSpec() PersesTextVariableSpec
GetSpec returns the Spec field if non-nil, zero value otherwise.
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.
func (o *PersesTextVariable) SetSpec(v PersesTextVariableSpec)
SetSpec sets Spec field to given value.
func (o *PersesTextVariable) HasSpec() bool
HasSpec returns a boolean if a field has been set.