Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.33 KB

File metadata and controls

72 lines (39 loc) · 2.33 KB

PersesListVariableDefaultSliceValues

Properties

Name Type Description Notes
Kind string
SliceValues []string

Methods

NewPersesListVariableDefaultSliceValues

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

NewPersesListVariableDefaultSliceValuesWithDefaults

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

GetKind

func (o *PersesListVariableDefaultSliceValues) GetKind() string

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

GetKindOk

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.

SetKind

func (o *PersesListVariableDefaultSliceValues) SetKind(v string)

SetKind sets Kind field to given value.

GetSliceValues

func (o *PersesListVariableDefaultSliceValues) GetSliceValues() []string

GetSliceValues returns the SliceValues field if non-nil, zero value otherwise.

GetSliceValuesOk

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.

SetSliceValues

func (o *PersesListVariableDefaultSliceValues) SetSliceValues(v []string)

SetSliceValues sets SliceValues field to given value.

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