Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.11 KB

ExperimentInfoRep.md

File metadata and controls

72 lines (39 loc) · 2.11 KB

ExperimentInfoRep

Properties

Name Type Description Notes
BaselineIdx int32
Items []LegacyExperimentRep

Methods

NewExperimentInfoRep

func NewExperimentInfoRep(baselineIdx int32, items []LegacyExperimentRep, ) *ExperimentInfoRep

NewExperimentInfoRep instantiates a new ExperimentInfoRep 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

NewExperimentInfoRepWithDefaults

func NewExperimentInfoRepWithDefaults() *ExperimentInfoRep

NewExperimentInfoRepWithDefaults instantiates a new ExperimentInfoRep 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

GetBaselineIdx

func (o *ExperimentInfoRep) GetBaselineIdx() int32

GetBaselineIdx returns the BaselineIdx field if non-nil, zero value otherwise.

GetBaselineIdxOk

func (o *ExperimentInfoRep) GetBaselineIdxOk() (*int32, bool)

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

SetBaselineIdx

func (o *ExperimentInfoRep) SetBaselineIdx(v int32)

SetBaselineIdx sets BaselineIdx field to given value.

GetItems

func (o *ExperimentInfoRep) GetItems() []LegacyExperimentRep

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

func (o *ExperimentInfoRep) GetItemsOk() (*[]LegacyExperimentRep, bool)

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

SetItems

func (o *ExperimentInfoRep) SetItems(v []LegacyExperimentRep)

SetItems sets Items field to given value.

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