| Name | Type | Description | Notes |
|---|---|---|---|
| Kind | string | ||
| SingleValue | string |
func NewPersesListVariableDefaultSingleValue(kind string, singleValue string, ) *PersesListVariableDefaultSingleValue
NewPersesListVariableDefaultSingleValue instantiates a new PersesListVariableDefaultSingleValue 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 NewPersesListVariableDefaultSingleValueWithDefaults() *PersesListVariableDefaultSingleValue
NewPersesListVariableDefaultSingleValueWithDefaults instantiates a new PersesListVariableDefaultSingleValue 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 *PersesListVariableDefaultSingleValue) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *PersesListVariableDefaultSingleValue) 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 *PersesListVariableDefaultSingleValue) SetKind(v string)
SetKind sets Kind field to given value.
func (o *PersesListVariableDefaultSingleValue) GetSingleValue() string
GetSingleValue returns the SingleValue field if non-nil, zero value otherwise.
func (o *PersesListVariableDefaultSingleValue) GetSingleValueOk() (*string, bool)
GetSingleValueOk returns a tuple with the SingleValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesListVariableDefaultSingleValue) SetSingleValue(v string)
SetSingleValue sets SingleValue field to given value.