Skip to content

Latest commit

 

History

History
executable file
·
174 lines (97 loc) · 4.03 KB

ModelRange.md

File metadata and controls

executable file
·
174 lines (97 loc) · 4.03 KB

ModelRange

Properties

Name Type Description Notes
Lt Pointer to interface{} [optional]
Lte Pointer to interface{} [optional]
Gt Pointer to interface{} [optional]
Gte Pointer to interface{} [optional]

Methods

NewModelRange

func NewModelRange() *ModelRange

NewModelRange instantiates a new ModelRange 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

NewModelRangeWithDefaults

func NewModelRangeWithDefaults() *ModelRange

NewModelRangeWithDefaults instantiates a new ModelRange 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

GetLt

func (o *ModelRange) GetLt() interface{}

GetLt returns the Lt field if non-nil, zero value otherwise.

GetLtOk

func (o *ModelRange) GetLtOk() (*interface{}, bool)

GetLtOk returns a tuple with the Lt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLt

func (o *ModelRange) SetLt(v interface{})

SetLt sets Lt field to given value.

HasLt

func (o *ModelRange) HasLt() bool

HasLt returns a boolean if a field has been set.

SetLtNil

func (o *ModelRange) SetLtNil(b bool)

SetLtNil sets the value for Lt to be an explicit nil

UnsetLt

func (o *ModelRange) UnsetLt()

UnsetLt ensures that no value is present for Lt, not even an explicit nil

GetLte

func (o *ModelRange) GetLte() interface{}

GetLte returns the Lte field if non-nil, zero value otherwise.

GetLteOk

func (o *ModelRange) GetLteOk() (*interface{}, bool)

GetLteOk returns a tuple with the Lte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLte

func (o *ModelRange) SetLte(v interface{})

SetLte sets Lte field to given value.

HasLte

func (o *ModelRange) HasLte() bool

HasLte returns a boolean if a field has been set.

SetLteNil

func (o *ModelRange) SetLteNil(b bool)

SetLteNil sets the value for Lte to be an explicit nil

UnsetLte

func (o *ModelRange) UnsetLte()

UnsetLte ensures that no value is present for Lte, not even an explicit nil

GetGt

func (o *ModelRange) GetGt() interface{}

GetGt returns the Gt field if non-nil, zero value otherwise.

GetGtOk

func (o *ModelRange) GetGtOk() (*interface{}, bool)

GetGtOk returns a tuple with the Gt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGt

func (o *ModelRange) SetGt(v interface{})

SetGt sets Gt field to given value.

HasGt

func (o *ModelRange) HasGt() bool

HasGt returns a boolean if a field has been set.

SetGtNil

func (o *ModelRange) SetGtNil(b bool)

SetGtNil sets the value for Gt to be an explicit nil

UnsetGt

func (o *ModelRange) UnsetGt()

UnsetGt ensures that no value is present for Gt, not even an explicit nil

GetGte

func (o *ModelRange) GetGte() interface{}

GetGte returns the Gte field if non-nil, zero value otherwise.

GetGteOk

func (o *ModelRange) GetGteOk() (*interface{}, bool)

GetGteOk returns a tuple with the Gte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGte

func (o *ModelRange) SetGte(v interface{})

SetGte sets Gte field to given value.

HasGte

func (o *ModelRange) HasGte() bool

HasGte returns a boolean if a field has been set.

SetGteNil

func (o *ModelRange) SetGteNil(b bool)

SetGteNil sets the value for Gte to be an explicit nil

UnsetGte

func (o *ModelRange) UnsetGte()

UnsetGte ensures that no value is present for Gte, not even an explicit nil

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