Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.27 KB

ExperimentAllocationRep.md

File metadata and controls

72 lines (39 loc) · 2.27 KB

ExperimentAllocationRep

Properties

Name Type Description Notes
DefaultVariation int32
CanReshuffle bool

Methods

NewExperimentAllocationRep

func NewExperimentAllocationRep(defaultVariation int32, canReshuffle bool, ) *ExperimentAllocationRep

NewExperimentAllocationRep instantiates a new ExperimentAllocationRep 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

NewExperimentAllocationRepWithDefaults

func NewExperimentAllocationRepWithDefaults() *ExperimentAllocationRep

NewExperimentAllocationRepWithDefaults instantiates a new ExperimentAllocationRep 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

GetDefaultVariation

func (o *ExperimentAllocationRep) GetDefaultVariation() int32

GetDefaultVariation returns the DefaultVariation field if non-nil, zero value otherwise.

GetDefaultVariationOk

func (o *ExperimentAllocationRep) GetDefaultVariationOk() (*int32, bool)

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

SetDefaultVariation

func (o *ExperimentAllocationRep) SetDefaultVariation(v int32)

SetDefaultVariation sets DefaultVariation field to given value.

GetCanReshuffle

func (o *ExperimentAllocationRep) GetCanReshuffle() bool

GetCanReshuffle returns the CanReshuffle field if non-nil, zero value otherwise.

GetCanReshuffleOk

func (o *ExperimentAllocationRep) GetCanReshuffleOk() (*bool, bool)

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

SetCanReshuffle

func (o *ExperimentAllocationRep) SetCanReshuffle(v bool)

SetCanReshuffle sets CanReshuffle field to given value.

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