Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.83 KB

File metadata and controls

93 lines (50 loc) · 2.83 KB

PersesListVariableDefaultValue

Properties

Name Type Description Notes
Kind string
SingleValue string
SliceValues []string

Methods

NewPersesListVariableDefaultValue

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

NewPersesListVariableDefaultValueWithDefaults

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

GetKind

func (o *PersesListVariableDefaultValue) GetKind() string

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

GetKindOk

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.

SetKind

func (o *PersesListVariableDefaultValue) SetKind(v string)

SetKind sets Kind field to given value.

GetSingleValue

func (o *PersesListVariableDefaultValue) GetSingleValue() string

GetSingleValue returns the SingleValue field if non-nil, zero value otherwise.

GetSingleValueOk

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.

SetSingleValue

func (o *PersesListVariableDefaultValue) SetSingleValue(v string)

SetSingleValue sets SingleValue field to given value.

GetSliceValues

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

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

GetSliceValuesOk

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.

SetSliceValues

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

SetSliceValues sets SliceValues field to given value.

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