2.0 KiB
MetaRange
Properties
Name | Type | Description | Notes |
---|---|---|---|
From | Pointer to float32 | [optional] | |
To | Pointer to float32 | [optional] |
Methods
NewMetaRange
func NewMetaRange() *MetaRange
NewMetaRange instantiates a new MetaRange 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
NewMetaRangeWithDefaults
func NewMetaRangeWithDefaults() *MetaRange
NewMetaRangeWithDefaults instantiates a new MetaRange 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
GetFrom
func (o *MetaRange) GetFrom() float32
GetFrom returns the From field if non-nil, zero value otherwise.
GetFromOk
func (o *MetaRange) GetFromOk() (*float32, bool)
GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFrom
func (o *MetaRange) SetFrom(v float32)
SetFrom sets From field to given value.
HasFrom
func (o *MetaRange) HasFrom() bool
HasFrom returns a boolean if a field has been set.
GetTo
func (o *MetaRange) GetTo() float32
GetTo returns the To field if non-nil, zero value otherwise.
GetToOk
func (o *MetaRange) GetToOk() (*float32, bool)
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTo
func (o *MetaRange) SetTo(v float32)
SetTo sets To field to given value.
HasTo
func (o *MetaRange) HasTo() bool
HasTo returns a boolean if a field has been set.