Name | Type | Description | Notes |
---|---|---|---|
UpdateFormulas | Pointer to []UpdateEvaluationFormulaWithIdModel | Evaluation descriptors of each updated Feature Flag and Setting. | [optional] |
func NewUpdateEvaluationFormulasModel() *UpdateEvaluationFormulasModel
NewUpdateEvaluationFormulasModel instantiates a new UpdateEvaluationFormulasModel 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 NewUpdateEvaluationFormulasModelWithDefaults() *UpdateEvaluationFormulasModel
NewUpdateEvaluationFormulasModelWithDefaults instantiates a new UpdateEvaluationFormulasModel 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 *UpdateEvaluationFormulasModel) GetUpdateFormulas() []UpdateEvaluationFormulaWithIdModel
GetUpdateFormulas returns the UpdateFormulas field if non-nil, zero value otherwise.
func (o *UpdateEvaluationFormulasModel) GetUpdateFormulasOk() (*[]UpdateEvaluationFormulaWithIdModel, bool)
GetUpdateFormulasOk returns a tuple with the UpdateFormulas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEvaluationFormulasModel) SetUpdateFormulas(v []UpdateEvaluationFormulaWithIdModel)
SetUpdateFormulas sets UpdateFormulas field to given value.
func (o *UpdateEvaluationFormulasModel) HasUpdateFormulas() bool
HasUpdateFormulas returns a boolean if a field has been set.
func (o *UpdateEvaluationFormulasModel) SetUpdateFormulasNil(b bool)
SetUpdateFormulasNil sets the value for UpdateFormulas to be an explicit nil
func (o *UpdateEvaluationFormulasModel) UnsetUpdateFormulas()
UnsetUpdateFormulas ensures that no value is present for UpdateFormulas, not even an explicit nil