| Name | Type | Description | Notes |
|---|---|---|---|
| Variation | Pointer to int32 | The index of the variation, from the array of variations for this flag | [optional] |
| Rollout | Pointer to Rollout | [optional] |
func NewVariationOrRolloutRep() *VariationOrRolloutRep
NewVariationOrRolloutRep instantiates a new VariationOrRolloutRep 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 NewVariationOrRolloutRepWithDefaults() *VariationOrRolloutRep
NewVariationOrRolloutRepWithDefaults instantiates a new VariationOrRolloutRep 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 *VariationOrRolloutRep) GetVariation() int32
GetVariation returns the Variation field if non-nil, zero value otherwise.
func (o *VariationOrRolloutRep) GetVariationOk() (*int32, bool)
GetVariationOk returns a tuple with the Variation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariationOrRolloutRep) SetVariation(v int32)
SetVariation sets Variation field to given value.
func (o *VariationOrRolloutRep) HasVariation() bool
HasVariation returns a boolean if a field has been set.
func (o *VariationOrRolloutRep) GetRollout() Rollout
GetRollout returns the Rollout field if non-nil, zero value otherwise.
func (o *VariationOrRolloutRep) GetRolloutOk() (*Rollout, bool)
GetRolloutOk returns a tuple with the Rollout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariationOrRolloutRep) SetRollout(v Rollout)
SetRollout sets Rollout field to given value.
func (o *VariationOrRolloutRep) HasRollout() bool
HasRollout returns a boolean if a field has been set.