| Name | Type | Description | Notes |
|---|---|---|---|
| Key | Pointer to interface{} | [optional] |
func NewExperimentMetadataRep() *ExperimentMetadataRep
NewExperimentMetadataRep instantiates a new ExperimentMetadataRep 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
func NewExperimentMetadataRepWithDefaults() *ExperimentMetadataRep
NewExperimentMetadataRepWithDefaults instantiates a new ExperimentMetadataRep 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
func (o *ExperimentMetadataRep) GetKey() interface{}
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *ExperimentMetadataRep) GetKeyOk() (*interface{}, 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.
func (o *ExperimentMetadataRep) SetKey(v interface{})
SetKey sets Key field to given value.
func (o *ExperimentMetadataRep) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *ExperimentMetadataRep) SetKeyNil(b bool)
SetKeyNil sets the value for Key to be an explicit nil
func (o *ExperimentMetadataRep) UnsetKey()
UnsetKey ensures that no value is present for Key, not even an explicit nil