Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 3.43 KB

File metadata and controls

98 lines (53 loc) · 3.43 KB

AIConfigTargetingEnvironmentFallthroughRolloutVariation

Properties

Name Type Description Notes
Untracked Pointer to bool [optional]
Variation int32
Weight int32

Methods

NewAIConfigTargetingEnvironmentFallthroughRolloutVariation

func NewAIConfigTargetingEnvironmentFallthroughRolloutVariation(variation int32, weight int32, ) *AIConfigTargetingEnvironmentFallthroughRolloutVariation

NewAIConfigTargetingEnvironmentFallthroughRolloutVariation instantiates a new AIConfigTargetingEnvironmentFallthroughRolloutVariation 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

NewAIConfigTargetingEnvironmentFallthroughRolloutVariationWithDefaults

func NewAIConfigTargetingEnvironmentFallthroughRolloutVariationWithDefaults() *AIConfigTargetingEnvironmentFallthroughRolloutVariation

NewAIConfigTargetingEnvironmentFallthroughRolloutVariationWithDefaults instantiates a new AIConfigTargetingEnvironmentFallthroughRolloutVariation 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

GetUntracked

func (o *AIConfigTargetingEnvironmentFallthroughRolloutVariation) GetUntracked() bool

GetUntracked returns the Untracked field if non-nil, zero value otherwise.

GetUntrackedOk

func (o *AIConfigTargetingEnvironmentFallthroughRolloutVariation) GetUntrackedOk() (*bool, bool)

GetUntrackedOk returns a tuple with the Untracked field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUntracked

func (o *AIConfigTargetingEnvironmentFallthroughRolloutVariation) SetUntracked(v bool)

SetUntracked sets Untracked field to given value.

HasUntracked

func (o *AIConfigTargetingEnvironmentFallthroughRolloutVariation) HasUntracked() bool

HasUntracked returns a boolean if a field has been set.

GetVariation

func (o *AIConfigTargetingEnvironmentFallthroughRolloutVariation) GetVariation() int32

GetVariation returns the Variation field if non-nil, zero value otherwise.

GetVariationOk

func (o *AIConfigTargetingEnvironmentFallthroughRolloutVariation) 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.

SetVariation

func (o *AIConfigTargetingEnvironmentFallthroughRolloutVariation) SetVariation(v int32)

SetVariation sets Variation field to given value.

GetWeight

func (o *AIConfigTargetingEnvironmentFallthroughRolloutVariation) GetWeight() int32

GetWeight returns the Weight field if non-nil, zero value otherwise.

GetWeightOk

func (o *AIConfigTargetingEnvironmentFallthroughRolloutVariation) GetWeightOk() (*int32, bool)

GetWeightOk returns a tuple with the Weight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWeight

func (o *AIConfigTargetingEnvironmentFallthroughRolloutVariation) SetWeight(v int32)

SetWeight sets Weight field to given value.

[Back to Model list] [Back to API list] [Back to README]