| Name | Type | Description | Notes |
|---|---|---|---|
| PredefinedVariations | []PredefinedVariationModel | The Feature Flag or Setting's Variations. | |
| MaxPredefinedVariations | int32 | The maximum number of predefined variations allowed for the Feature Flag or Setting. |
func NewPredefinedVariationsModel(predefinedVariations []PredefinedVariationModel, maxPredefinedVariations int32, ) *PredefinedVariationsModel
NewPredefinedVariationsModel instantiates a new PredefinedVariationsModel 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 NewPredefinedVariationsModelWithDefaults() *PredefinedVariationsModel
NewPredefinedVariationsModelWithDefaults instantiates a new PredefinedVariationsModel 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 *PredefinedVariationsModel) GetPredefinedVariations() []PredefinedVariationModel
GetPredefinedVariations returns the PredefinedVariations field if non-nil, zero value otherwise.
func (o *PredefinedVariationsModel) GetPredefinedVariationsOk() (*[]PredefinedVariationModel, bool)
GetPredefinedVariationsOk returns a tuple with the PredefinedVariations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PredefinedVariationsModel) SetPredefinedVariations(v []PredefinedVariationModel)
SetPredefinedVariations sets PredefinedVariations field to given value.
func (o *PredefinedVariationsModel) GetMaxPredefinedVariations() int32
GetMaxPredefinedVariations returns the MaxPredefinedVariations field if non-nil, zero value otherwise.
func (o *PredefinedVariationsModel) GetMaxPredefinedVariationsOk() (*int32, bool)
GetMaxPredefinedVariationsOk returns a tuple with the MaxPredefinedVariations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PredefinedVariationsModel) SetMaxPredefinedVariations(v int32)
SetMaxPredefinedVariations sets MaxPredefinedVariations field to given value.