Name | Type | Description | Notes |
---|---|---|---|
SettingValues | Pointer to []UpdateSettingValueWithSettingIdModel | The values to update. | [optional] |
func NewUpdateSettingValuesWithIdModel() *UpdateSettingValuesWithIdModel
NewUpdateSettingValuesWithIdModel instantiates a new UpdateSettingValuesWithIdModel 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 NewUpdateSettingValuesWithIdModelWithDefaults() *UpdateSettingValuesWithIdModel
NewUpdateSettingValuesWithIdModelWithDefaults instantiates a new UpdateSettingValuesWithIdModel 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 *UpdateSettingValuesWithIdModel) GetSettingValues() []UpdateSettingValueWithSettingIdModel
GetSettingValues returns the SettingValues field if non-nil, zero value otherwise.
func (o *UpdateSettingValuesWithIdModel) GetSettingValuesOk() (*[]UpdateSettingValueWithSettingIdModel, bool)
GetSettingValuesOk returns a tuple with the SettingValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSettingValuesWithIdModel) SetSettingValues(v []UpdateSettingValueWithSettingIdModel)
SetSettingValues sets SettingValues field to given value.
func (o *UpdateSettingValuesWithIdModel) HasSettingValues() bool
HasSettingValues returns a boolean if a field has been set.
func (o *UpdateSettingValuesWithIdModel) SetSettingValuesNil(b bool)
SetSettingValuesNil sets the value for SettingValues to be an explicit nil
func (o *UpdateSettingValuesWithIdModel) UnsetSettingValues()
UnsetSettingValues ensures that no value is present for SettingValues, not even an explicit nil