Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.9 KB

ExperimentExpandableProperties.md

File metadata and controls

82 lines (45 loc) · 2.9 KB

ExperimentExpandableProperties

Properties

Name Type Description Notes
DraftIteration Pointer to IterationRep [optional]
PreviousIterations Pointer to []IterationRep Details on the previous iterations for this experiment. [optional]

Methods

NewExperimentExpandableProperties

func NewExperimentExpandableProperties() *ExperimentExpandableProperties

NewExperimentExpandableProperties instantiates a new ExperimentExpandableProperties 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

NewExperimentExpandablePropertiesWithDefaults

func NewExperimentExpandablePropertiesWithDefaults() *ExperimentExpandableProperties

NewExperimentExpandablePropertiesWithDefaults instantiates a new ExperimentExpandableProperties 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

GetDraftIteration

func (o *ExperimentExpandableProperties) GetDraftIteration() IterationRep

GetDraftIteration returns the DraftIteration field if non-nil, zero value otherwise.

GetDraftIterationOk

func (o *ExperimentExpandableProperties) GetDraftIterationOk() (*IterationRep, bool)

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

SetDraftIteration

func (o *ExperimentExpandableProperties) SetDraftIteration(v IterationRep)

SetDraftIteration sets DraftIteration field to given value.

HasDraftIteration

func (o *ExperimentExpandableProperties) HasDraftIteration() bool

HasDraftIteration returns a boolean if a field has been set.

GetPreviousIterations

func (o *ExperimentExpandableProperties) GetPreviousIterations() []IterationRep

GetPreviousIterations returns the PreviousIterations field if non-nil, zero value otherwise.

GetPreviousIterationsOk

func (o *ExperimentExpandableProperties) GetPreviousIterationsOk() (*[]IterationRep, bool)

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

SetPreviousIterations

func (o *ExperimentExpandableProperties) SetPreviousIterations(v []IterationRep)

SetPreviousIterations sets PreviousIterations field to given value.

HasPreviousIterations

func (o *ExperimentExpandableProperties) HasPreviousIterations() bool

HasPreviousIterations returns a boolean if a field has been set.

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