| Name | Type | Description | Notes |
|---|---|---|---|
| Kind | string | ||
| SliceValues | []string |
func NewPersesListVariableDefaultSliceValues(kind string, sliceValues []string, ) *PersesListVariableDefaultSliceValues
NewPersesListVariableDefaultSliceValues instantiates a new PersesListVariableDefaultSliceValues 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 NewPersesListVariableDefaultSliceValuesWithDefaults() *PersesListVariableDefaultSliceValues
NewPersesListVariableDefaultSliceValuesWithDefaults instantiates a new PersesListVariableDefaultSliceValues 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 *PersesListVariableDefaultSliceValues) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *PersesListVariableDefaultSliceValues) 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 *PersesListVariableDefaultSliceValues) SetKind(v string)
SetKind sets Kind field to given value.
func (o *PersesListVariableDefaultSliceValues) GetSliceValues() []string
GetSliceValues returns the SliceValues field if non-nil, zero value otherwise.
func (o *PersesListVariableDefaultSliceValues) 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 *PersesListVariableDefaultSliceValues) SetSliceValues(v []string)
SetSliceValues sets SliceValues field to given value.