Metadata1
Properties
Key1
Pointer to string
[optional]
Value1
Pointer to string
[optional]
Methods
NewMetadata1
func NewMetadata1() *Metadata1
NewMetadata1 instantiates a new Metadata1 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
NewMetadata1WithDefaults
func NewMetadata1WithDefaults() *Metadata1
NewMetadata1WithDefaults instantiates a new Metadata1 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
GetKey1
func (o *Metadata1) GetKey1() string
GetKey1 returns the Key1 field if non-nil, zero value otherwise.
GetKey1Ok
func (o *Metadata1) GetKey1Ok() (*string, bool)
GetKey1Ok returns a tuple with the Key1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetKey1
func (o *Metadata1) SetKey1(v string)
SetKey1 sets Key1 field to given value.
HasKey1
func (o *Metadata1) HasKey1() bool
HasKey1 returns a boolean if a field has been set.
GetValue1
func (o *Metadata1) GetValue1() string
GetValue1 returns the Value1 field if non-nil, zero value otherwise.
GetValue1Ok
func (o *Metadata1) GetValue1Ok() (*string, bool)
GetValue1Ok returns a tuple with the Value1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetValue1
func (o *Metadata1) SetValue1(v string)
SetValue1 sets Value1 field to given value.
HasValue1
func (o *Metadata1) HasValue1() bool
HasValue1 returns a boolean if a field has been set.
Last updated
