Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.85 KB

IterationExpandableProperties.md

File metadata and controls

82 lines (45 loc) · 2.85 KB

IterationExpandableProperties

Properties

Name Type Description Notes
Treatments Pointer to []TreatmentRep Details on the variations you are testing in the experiment [optional]
SecondaryMetrics Pointer to []MetricV2Rep Details on the secondary metrics for this experiment [optional]

Methods

NewIterationExpandableProperties

func NewIterationExpandableProperties() *IterationExpandableProperties

NewIterationExpandableProperties instantiates a new IterationExpandableProperties 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

NewIterationExpandablePropertiesWithDefaults

func NewIterationExpandablePropertiesWithDefaults() *IterationExpandableProperties

NewIterationExpandablePropertiesWithDefaults instantiates a new IterationExpandableProperties 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

GetTreatments

func (o *IterationExpandableProperties) GetTreatments() []TreatmentRep

GetTreatments returns the Treatments field if non-nil, zero value otherwise.

GetTreatmentsOk

func (o *IterationExpandableProperties) GetTreatmentsOk() (*[]TreatmentRep, bool)

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

SetTreatments

func (o *IterationExpandableProperties) SetTreatments(v []TreatmentRep)

SetTreatments sets Treatments field to given value.

HasTreatments

func (o *IterationExpandableProperties) HasTreatments() bool

HasTreatments returns a boolean if a field has been set.

GetSecondaryMetrics

func (o *IterationExpandableProperties) GetSecondaryMetrics() []MetricV2Rep

GetSecondaryMetrics returns the SecondaryMetrics field if non-nil, zero value otherwise.

GetSecondaryMetricsOk

func (o *IterationExpandableProperties) GetSecondaryMetricsOk() (*[]MetricV2Rep, bool)

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

SetSecondaryMetrics

func (o *IterationExpandableProperties) SetSecondaryMetrics(v []MetricV2Rep)

SetSecondaryMetrics sets SecondaryMetrics field to given value.

HasSecondaryMetrics

func (o *IterationExpandableProperties) HasSecondaryMetrics() bool

HasSecondaryMetrics returns a boolean if a field has been set.

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