Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.32 KB

File metadata and controls

82 lines (45 loc) · 2.32 KB

FinderSearchQueryNumberRange

Properties

Name Type Description Notes
Max Pointer to string [optional]
Min Pointer to string [optional]

Methods

NewFinderSearchQueryNumberRange

func NewFinderSearchQueryNumberRange() *FinderSearchQueryNumberRange

NewFinderSearchQueryNumberRange instantiates a new FinderSearchQueryNumberRange 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

NewFinderSearchQueryNumberRangeWithDefaults

func NewFinderSearchQueryNumberRangeWithDefaults() *FinderSearchQueryNumberRange

NewFinderSearchQueryNumberRangeWithDefaults instantiates a new FinderSearchQueryNumberRange 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

GetMax

func (o *FinderSearchQueryNumberRange) GetMax() string

GetMax returns the Max field if non-nil, zero value otherwise.

GetMaxOk

func (o *FinderSearchQueryNumberRange) GetMaxOk() (*string, bool)

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

SetMax

func (o *FinderSearchQueryNumberRange) SetMax(v string)

SetMax sets Max field to given value.

HasMax

func (o *FinderSearchQueryNumberRange) HasMax() bool

HasMax returns a boolean if a field has been set.

GetMin

func (o *FinderSearchQueryNumberRange) GetMin() string

GetMin returns the Min field if non-nil, zero value otherwise.

GetMinOk

func (o *FinderSearchQueryNumberRange) GetMinOk() (*string, bool)

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

SetMin

func (o *FinderSearchQueryNumberRange) SetMin(v string)

SetMin sets Min field to given value.

HasMin

func (o *FinderSearchQueryNumberRange) HasMin() bool

HasMin returns a boolean if a field has been set.

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