Name | Type | Description | Notes |
---|---|---|---|
DefaultValue | ValueModel | ||
TargetingRules | Pointer to []TargetingRuleModel | The targeting rules of the Feature Flag or Setting. | [optional] |
PercentageEvaluationAttribute | Pointer to NullableString | The user attribute used for percentage evaluation. If not set, it defaults to the `Identifier` user object attribute. | [optional] |
SettingId | Pointer to int32 | The identifier of the feature flag or setting. | [optional] |
func NewUpdateEvaluationFormulaWithIdModel(defaultValue ValueModel, ) *UpdateEvaluationFormulaWithIdModel
NewUpdateEvaluationFormulaWithIdModel instantiates a new UpdateEvaluationFormulaWithIdModel 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 NewUpdateEvaluationFormulaWithIdModelWithDefaults() *UpdateEvaluationFormulaWithIdModel
NewUpdateEvaluationFormulaWithIdModelWithDefaults instantiates a new UpdateEvaluationFormulaWithIdModel 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 *UpdateEvaluationFormulaWithIdModel) GetDefaultValue() ValueModel
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *UpdateEvaluationFormulaWithIdModel) GetDefaultValueOk() (*ValueModel, bool)
GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEvaluationFormulaWithIdModel) SetDefaultValue(v ValueModel)
SetDefaultValue sets DefaultValue field to given value.
func (o *UpdateEvaluationFormulaWithIdModel) GetTargetingRules() []TargetingRuleModel
GetTargetingRules returns the TargetingRules field if non-nil, zero value otherwise.
func (o *UpdateEvaluationFormulaWithIdModel) GetTargetingRulesOk() (*[]TargetingRuleModel, bool)
GetTargetingRulesOk returns a tuple with the TargetingRules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEvaluationFormulaWithIdModel) SetTargetingRules(v []TargetingRuleModel)
SetTargetingRules sets TargetingRules field to given value.
func (o *UpdateEvaluationFormulaWithIdModel) HasTargetingRules() bool
HasTargetingRules returns a boolean if a field has been set.
func (o *UpdateEvaluationFormulaWithIdModel) SetTargetingRulesNil(b bool)
SetTargetingRulesNil sets the value for TargetingRules to be an explicit nil
func (o *UpdateEvaluationFormulaWithIdModel) UnsetTargetingRules()
UnsetTargetingRules ensures that no value is present for TargetingRules, not even an explicit nil
func (o *UpdateEvaluationFormulaWithIdModel) GetPercentageEvaluationAttribute() string
GetPercentageEvaluationAttribute returns the PercentageEvaluationAttribute field if non-nil, zero value otherwise.
func (o *UpdateEvaluationFormulaWithIdModel) GetPercentageEvaluationAttributeOk() (*string, bool)
GetPercentageEvaluationAttributeOk returns a tuple with the PercentageEvaluationAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEvaluationFormulaWithIdModel) SetPercentageEvaluationAttribute(v string)
SetPercentageEvaluationAttribute sets PercentageEvaluationAttribute field to given value.
func (o *UpdateEvaluationFormulaWithIdModel) HasPercentageEvaluationAttribute() bool
HasPercentageEvaluationAttribute returns a boolean if a field has been set.
func (o *UpdateEvaluationFormulaWithIdModel) SetPercentageEvaluationAttributeNil(b bool)
SetPercentageEvaluationAttributeNil sets the value for PercentageEvaluationAttribute to be an explicit nil
func (o *UpdateEvaluationFormulaWithIdModel) UnsetPercentageEvaluationAttribute()
UnsetPercentageEvaluationAttribute ensures that no value is present for PercentageEvaluationAttribute, not even an explicit nil
func (o *UpdateEvaluationFormulaWithIdModel) GetSettingId() int32
GetSettingId returns the SettingId field if non-nil, zero value otherwise.
func (o *UpdateEvaluationFormulaWithIdModel) 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 *UpdateEvaluationFormulaWithIdModel) SetSettingId(v int32)
SetSettingId sets SettingId field to given value.
func (o *UpdateEvaluationFormulaWithIdModel) HasSettingId() bool
HasSettingId returns a boolean if a field has been set.