Name | Type | Description | Notes |
---|---|---|---|
RolloutRules | Pointer to []RolloutRuleModel | The targeting rule collection. | [optional] |
RolloutPercentageItems | Pointer to []RolloutPercentageItemModel | The percentage rule collection. | [optional] |
Value | Pointer to interface{} | The value to serve. It must respect the setting type. | [optional] |
SettingId | Pointer to int32 | The id of the Setting. | [optional] |
func NewUpdateSettingValueWithSettingIdModel() *UpdateSettingValueWithSettingIdModel
NewUpdateSettingValueWithSettingIdModel instantiates a new UpdateSettingValueWithSettingIdModel 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 NewUpdateSettingValueWithSettingIdModelWithDefaults() *UpdateSettingValueWithSettingIdModel
NewUpdateSettingValueWithSettingIdModelWithDefaults instantiates a new UpdateSettingValueWithSettingIdModel 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 *UpdateSettingValueWithSettingIdModel) GetRolloutRules() []RolloutRuleModel
GetRolloutRules returns the RolloutRules field if non-nil, zero value otherwise.
func (o *UpdateSettingValueWithSettingIdModel) GetRolloutRulesOk() (*[]RolloutRuleModel, bool)
GetRolloutRulesOk returns a tuple with the RolloutRules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSettingValueWithSettingIdModel) SetRolloutRules(v []RolloutRuleModel)
SetRolloutRules sets RolloutRules field to given value.
func (o *UpdateSettingValueWithSettingIdModel) HasRolloutRules() bool
HasRolloutRules returns a boolean if a field has been set.
func (o *UpdateSettingValueWithSettingIdModel) SetRolloutRulesNil(b bool)
SetRolloutRulesNil sets the value for RolloutRules to be an explicit nil
func (o *UpdateSettingValueWithSettingIdModel) UnsetRolloutRules()
UnsetRolloutRules ensures that no value is present for RolloutRules, not even an explicit nil
func (o *UpdateSettingValueWithSettingIdModel) GetRolloutPercentageItems() []RolloutPercentageItemModel
GetRolloutPercentageItems returns the RolloutPercentageItems field if non-nil, zero value otherwise.
func (o *UpdateSettingValueWithSettingIdModel) GetRolloutPercentageItemsOk() (*[]RolloutPercentageItemModel, bool)
GetRolloutPercentageItemsOk returns a tuple with the RolloutPercentageItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSettingValueWithSettingIdModel) SetRolloutPercentageItems(v []RolloutPercentageItemModel)
SetRolloutPercentageItems sets RolloutPercentageItems field to given value.
func (o *UpdateSettingValueWithSettingIdModel) HasRolloutPercentageItems() bool
HasRolloutPercentageItems returns a boolean if a field has been set.
func (o *UpdateSettingValueWithSettingIdModel) SetRolloutPercentageItemsNil(b bool)
SetRolloutPercentageItemsNil sets the value for RolloutPercentageItems to be an explicit nil
func (o *UpdateSettingValueWithSettingIdModel) UnsetRolloutPercentageItems()
UnsetRolloutPercentageItems ensures that no value is present for RolloutPercentageItems, not even an explicit nil
func (o *UpdateSettingValueWithSettingIdModel) GetValue() interface{}
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *UpdateSettingValueWithSettingIdModel) GetValueOk() (*interface{}, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSettingValueWithSettingIdModel) SetValue(v interface{})
SetValue sets Value field to given value.
func (o *UpdateSettingValueWithSettingIdModel) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *UpdateSettingValueWithSettingIdModel) SetValueNil(b bool)
SetValueNil sets the value for Value to be an explicit nil
func (o *UpdateSettingValueWithSettingIdModel) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil
func (o *UpdateSettingValueWithSettingIdModel) GetSettingId() int32
GetSettingId returns the SettingId field if non-nil, zero value otherwise.
func (o *UpdateSettingValueWithSettingIdModel) GetSettingIdOk() (*int32, bool)
GetSettingIdOk returns a tuple with the SettingId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSettingValueWithSettingIdModel) SetSettingId(v int32)
SetSettingId sets SettingId field to given value.
func (o *UpdateSettingValueWithSettingIdModel) HasSettingId() bool
HasSettingId returns a boolean if a field has been set.