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