| Name | Type | Description | Notes |
|---|---|---|---|
| Labels | map[string]string | ||
| Value | string | ||
| Timestamp | float32 |
func NewPromExemplar(labels map[string]string, value string, timestamp float32, ) *PromExemplar
NewPromExemplar instantiates a new PromExemplar 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 NewPromExemplarWithDefaults() *PromExemplar
NewPromExemplarWithDefaults instantiates a new PromExemplar 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 *PromExemplar) GetLabels() map[string]string
GetLabels returns the Labels field if non-nil, zero value otherwise.
func (o *PromExemplar) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PromExemplar) SetLabels(v map[string]string)
SetLabels sets Labels field to given value.
func (o *PromExemplar) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *PromExemplar) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PromExemplar) SetValue(v string)
SetValue sets Value field to given value.
func (o *PromExemplar) GetTimestamp() float32
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *PromExemplar) GetTimestampOk() (*float32, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PromExemplar) SetTimestamp(v float32)
SetTimestamp sets Timestamp field to given value.