Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.87 KB

File metadata and controls

66 lines (37 loc) · 1.87 KB

ExperimentMetadataRep

Properties

Name Type Description Notes
Key Pointer to interface{} [optional]

Methods

NewExperimentMetadataRep

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

NewExperimentMetadataRepWithDefaults

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

GetKey

func (o *ExperimentMetadataRep) GetKey() interface{}

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

GetKeyOk

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.

SetKey

func (o *ExperimentMetadataRep) SetKey(v interface{})

SetKey sets Key field to given value.

HasKey

func (o *ExperimentMetadataRep) HasKey() bool

HasKey returns a boolean if a field has been set.

SetKeyNil

func (o *ExperimentMetadataRep) SetKeyNil(b bool)

SetKeyNil sets the value for Key to be an explicit nil

UnsetKey

func (o *ExperimentMetadataRep) UnsetKey()

UnsetKey ensures that no value is present for Key, not even an explicit nil

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