Name | Type | Description | Notes |
---|---|---|---|
FromValue | Pointer to map[string]interface{} | [optional] | |
Name | Pointer to string | [optional] | |
ToValue | Pointer to map[string]interface{} | [optional] | |
Type | Pointer to string | [optional] |
func NewBetweenFilter() *BetweenFilter
NewBetweenFilter instantiates a new BetweenFilter 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 NewBetweenFilterWithDefaults() *BetweenFilter
NewBetweenFilterWithDefaults instantiates a new BetweenFilter 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 *BetweenFilter) GetFromValue() map[string]interface{}
GetFromValue returns the FromValue field if non-nil, zero value otherwise.
func (o *BetweenFilter) GetFromValueOk() (*map[string]interface{}, bool)
GetFromValueOk returns a tuple with the FromValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BetweenFilter) SetFromValue(v map[string]interface{})
SetFromValue sets FromValue field to given value.
func (o *BetweenFilter) HasFromValue() bool
HasFromValue returns a boolean if a field has been set.
func (o *BetweenFilter) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *BetweenFilter) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BetweenFilter) SetName(v string)
SetName sets Name field to given value.
func (o *BetweenFilter) HasName() bool
HasName returns a boolean if a field has been set.
func (o *BetweenFilter) GetToValue() map[string]interface{}
GetToValue returns the ToValue field if non-nil, zero value otherwise.
func (o *BetweenFilter) GetToValueOk() (*map[string]interface{}, bool)
GetToValueOk returns a tuple with the ToValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BetweenFilter) SetToValue(v map[string]interface{})
SetToValue sets ToValue field to given value.
func (o *BetweenFilter) HasToValue() bool
HasToValue returns a boolean if a field has been set.
func (o *BetweenFilter) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *BetweenFilter) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BetweenFilter) SetType(v string)
SetType sets Type field to given value.
func (o *BetweenFilter) HasType() bool
HasType returns a boolean if a field has been set.