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] |
func NewUpdateEvaluationFormulaModel(defaultValue ValueModel, ) *UpdateEvaluationFormulaModel
NewUpdateEvaluationFormulaModel instantiates a new UpdateEvaluationFormulaModel 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 NewUpdateEvaluationFormulaModelWithDefaults() *UpdateEvaluationFormulaModel
NewUpdateEvaluationFormulaModelWithDefaults instantiates a new UpdateEvaluationFormulaModel 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 *UpdateEvaluationFormulaModel) GetDefaultValue() ValueModel
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *UpdateEvaluationFormulaModel) 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 *UpdateEvaluationFormulaModel) SetDefaultValue(v ValueModel)
SetDefaultValue sets DefaultValue field to given value.
func (o *UpdateEvaluationFormulaModel) GetTargetingRules() []TargetingRuleModel
GetTargetingRules returns the TargetingRules field if non-nil, zero value otherwise.
func (o *UpdateEvaluationFormulaModel) 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 *UpdateEvaluationFormulaModel) SetTargetingRules(v []TargetingRuleModel)
SetTargetingRules sets TargetingRules field to given value.
func (o *UpdateEvaluationFormulaModel) HasTargetingRules() bool
HasTargetingRules returns a boolean if a field has been set.
func (o *UpdateEvaluationFormulaModel) SetTargetingRulesNil(b bool)
SetTargetingRulesNil sets the value for TargetingRules to be an explicit nil
func (o *UpdateEvaluationFormulaModel) UnsetTargetingRules()
UnsetTargetingRules ensures that no value is present for TargetingRules, not even an explicit nil
func (o *UpdateEvaluationFormulaModel) GetPercentageEvaluationAttribute() string
GetPercentageEvaluationAttribute returns the PercentageEvaluationAttribute field if non-nil, zero value otherwise.
func (o *UpdateEvaluationFormulaModel) 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 *UpdateEvaluationFormulaModel) SetPercentageEvaluationAttribute(v string)
SetPercentageEvaluationAttribute sets PercentageEvaluationAttribute field to given value.
func (o *UpdateEvaluationFormulaModel) HasPercentageEvaluationAttribute() bool
HasPercentageEvaluationAttribute returns a boolean if a field has been set.
func (o *UpdateEvaluationFormulaModel) SetPercentageEvaluationAttributeNil(b bool)
SetPercentageEvaluationAttributeNil sets the value for PercentageEvaluationAttribute to be an explicit nil
func (o *UpdateEvaluationFormulaModel) UnsetPercentageEvaluationAttribute()
UnsetPercentageEvaluationAttribute ensures that no value is present for PercentageEvaluationAttribute, not even an explicit nil