Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.08 KB

LegacyExperimentRep.md

File metadata and controls

134 lines (73 loc) · 4.08 KB

LegacyExperimentRep

Properties

Name Type Description Notes
MetricKey Pointer to string [optional]
Metric Pointer to MetricListingRep [optional]
Environments Pointer to []string [optional]
EnvironmentSettings Pointer to map[string]ExperimentEnvironmentSettingRep [optional]

Methods

NewLegacyExperimentRep

func NewLegacyExperimentRep() *LegacyExperimentRep

NewLegacyExperimentRep instantiates a new LegacyExperimentRep 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

NewLegacyExperimentRepWithDefaults

func NewLegacyExperimentRepWithDefaults() *LegacyExperimentRep

NewLegacyExperimentRepWithDefaults instantiates a new LegacyExperimentRep 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

GetMetricKey

func (o *LegacyExperimentRep) GetMetricKey() string

GetMetricKey returns the MetricKey field if non-nil, zero value otherwise.

GetMetricKeyOk

func (o *LegacyExperimentRep) GetMetricKeyOk() (*string, bool)

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

SetMetricKey

func (o *LegacyExperimentRep) SetMetricKey(v string)

SetMetricKey sets MetricKey field to given value.

HasMetricKey

func (o *LegacyExperimentRep) HasMetricKey() bool

HasMetricKey returns a boolean if a field has been set.

GetMetric

func (o *LegacyExperimentRep) GetMetric() MetricListingRep

GetMetric returns the Metric field if non-nil, zero value otherwise.

GetMetricOk

func (o *LegacyExperimentRep) GetMetricOk() (*MetricListingRep, bool)

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

SetMetric

func (o *LegacyExperimentRep) SetMetric(v MetricListingRep)

SetMetric sets Metric field to given value.

HasMetric

func (o *LegacyExperimentRep) HasMetric() bool

HasMetric returns a boolean if a field has been set.

GetEnvironments

func (o *LegacyExperimentRep) GetEnvironments() []string

GetEnvironments returns the Environments field if non-nil, zero value otherwise.

GetEnvironmentsOk

func (o *LegacyExperimentRep) GetEnvironmentsOk() (*[]string, bool)

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

SetEnvironments

func (o *LegacyExperimentRep) SetEnvironments(v []string)

SetEnvironments sets Environments field to given value.

HasEnvironments

func (o *LegacyExperimentRep) HasEnvironments() bool

HasEnvironments returns a boolean if a field has been set.

GetEnvironmentSettings

func (o *LegacyExperimentRep) GetEnvironmentSettings() map[string]ExperimentEnvironmentSettingRep

GetEnvironmentSettings returns the EnvironmentSettings field if non-nil, zero value otherwise.

GetEnvironmentSettingsOk

func (o *LegacyExperimentRep) GetEnvironmentSettingsOk() (*map[string]ExperimentEnvironmentSettingRep, bool)

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

SetEnvironmentSettings

func (o *LegacyExperimentRep) SetEnvironmentSettings(v map[string]ExperimentEnvironmentSettingRep)

SetEnvironmentSettings sets EnvironmentSettings field to given value.

HasEnvironmentSettings

func (o *LegacyExperimentRep) HasEnvironmentSettings() bool

HasEnvironmentSettings returns a boolean if a field has been set.

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