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] |
func NewUpdateSettingValueModel() *UpdateSettingValueModel
NewUpdateSettingValueModel instantiates a new UpdateSettingValueModel 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 NewUpdateSettingValueModelWithDefaults() *UpdateSettingValueModel
NewUpdateSettingValueModelWithDefaults instantiates a new UpdateSettingValueModel 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 *UpdateSettingValueModel) GetRolloutRules() []RolloutRuleModel
GetRolloutRules returns the RolloutRules field if non-nil, zero value otherwise.
func (o *UpdateSettingValueModel) 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 *UpdateSettingValueModel) SetRolloutRules(v []RolloutRuleModel)
SetRolloutRules sets RolloutRules field to given value.
func (o *UpdateSettingValueModel) HasRolloutRules() bool
HasRolloutRules returns a boolean if a field has been set.
func (o *UpdateSettingValueModel) SetRolloutRulesNil(b bool)
SetRolloutRulesNil sets the value for RolloutRules to be an explicit nil
func (o *UpdateSettingValueModel) UnsetRolloutRules()
UnsetRolloutRules ensures that no value is present for RolloutRules, not even an explicit nil
func (o *UpdateSettingValueModel) GetRolloutPercentageItems() []RolloutPercentageItemModel
GetRolloutPercentageItems returns the RolloutPercentageItems field if non-nil, zero value otherwise.
func (o *UpdateSettingValueModel) 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 *UpdateSettingValueModel) SetRolloutPercentageItems(v []RolloutPercentageItemModel)
SetRolloutPercentageItems sets RolloutPercentageItems field to given value.
func (o *UpdateSettingValueModel) HasRolloutPercentageItems() bool
HasRolloutPercentageItems returns a boolean if a field has been set.
func (o *UpdateSettingValueModel) SetRolloutPercentageItemsNil(b bool)
SetRolloutPercentageItemsNil sets the value for RolloutPercentageItems to be an explicit nil
func (o *UpdateSettingValueModel) UnsetRolloutPercentageItems()
UnsetRolloutPercentageItems ensures that no value is present for RolloutPercentageItems, not even an explicit nil
func (o *UpdateSettingValueModel) GetValue() interface{}
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *UpdateSettingValueModel) 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 *UpdateSettingValueModel) SetValue(v interface{})
SetValue sets Value field to given value.
func (o *UpdateSettingValueModel) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *UpdateSettingValueModel) SetValueNil(b bool)
SetValueNil sets the value for Value to be an explicit nil
func (o *UpdateSettingValueModel) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil