Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.89 KB

File metadata and controls

108 lines (59 loc) · 2.89 KB

RelatedExperimentRep

Properties

Name Type Description Notes
Key Pointer to string [optional]
Name Pointer to string [optional]
Environment Pointer to string [optional]

Methods

NewRelatedExperimentRep

func NewRelatedExperimentRep() *RelatedExperimentRep

NewRelatedExperimentRep instantiates a new RelatedExperimentRep 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

NewRelatedExperimentRepWithDefaults

func NewRelatedExperimentRepWithDefaults() *RelatedExperimentRep

NewRelatedExperimentRepWithDefaults instantiates a new RelatedExperimentRep 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

GetKey

func (o *RelatedExperimentRep) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *RelatedExperimentRep) GetKeyOk() (*string, bool)

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

SetKey

func (o *RelatedExperimentRep) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *RelatedExperimentRep) HasKey() bool

HasKey returns a boolean if a field has been set.

GetName

func (o *RelatedExperimentRep) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *RelatedExperimentRep) GetNameOk() (*string, bool)

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

SetName

func (o *RelatedExperimentRep) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *RelatedExperimentRep) HasName() bool

HasName returns a boolean if a field has been set.

GetEnvironment

func (o *RelatedExperimentRep) GetEnvironment() string

GetEnvironment returns the Environment field if non-nil, zero value otherwise.

GetEnvironmentOk

func (o *RelatedExperimentRep) GetEnvironmentOk() (*string, bool)

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

SetEnvironment

func (o *RelatedExperimentRep) SetEnvironment(v string)

SetEnvironment sets Environment field to given value.

HasEnvironment

func (o *RelatedExperimentRep) HasEnvironment() bool

HasEnvironment returns a boolean if a field has been set.

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