Name | Type | Description | Notes |
---|---|---|---|
CaseSensitive | Pointer to bool | [optional] | |
ColumnId | Pointer to string | [optional] | |
DynamicColumn | Pointer to string | [optional] [readonly] | |
Operator | string | ||
QueryPathTagViaId | Pointer to bool | [optional] | |
SubField | Pointer to string | [optional] | |
Values | Pointer to []map[string]interface{} | [optional] |
func NewFilterField(operator string, ) *FilterField
NewFilterField instantiates a new FilterField 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 NewFilterFieldWithDefaults() *FilterField
NewFilterFieldWithDefaults instantiates a new FilterField 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 *FilterField) GetCaseSensitive() bool
GetCaseSensitive returns the CaseSensitive field if non-nil, zero value otherwise.
func (o *FilterField) GetCaseSensitiveOk() (*bool, bool)
GetCaseSensitiveOk returns a tuple with the CaseSensitive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterField) SetCaseSensitive(v bool)
SetCaseSensitive sets CaseSensitive field to given value.
func (o *FilterField) HasCaseSensitive() bool
HasCaseSensitive returns a boolean if a field has been set.
func (o *FilterField) GetColumnId() string
GetColumnId returns the ColumnId field if non-nil, zero value otherwise.
func (o *FilterField) GetColumnIdOk() (*string, bool)
GetColumnIdOk returns a tuple with the ColumnId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterField) SetColumnId(v string)
SetColumnId sets ColumnId field to given value.
func (o *FilterField) HasColumnId() bool
HasColumnId returns a boolean if a field has been set.
func (o *FilterField) GetDynamicColumn() string
GetDynamicColumn returns the DynamicColumn field if non-nil, zero value otherwise.
func (o *FilterField) GetDynamicColumnOk() (*string, bool)
GetDynamicColumnOk returns a tuple with the DynamicColumn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterField) SetDynamicColumn(v string)
SetDynamicColumn sets DynamicColumn field to given value.
func (o *FilterField) HasDynamicColumn() bool
HasDynamicColumn returns a boolean if a field has been set.
func (o *FilterField) GetOperator() string
GetOperator returns the Operator field if non-nil, zero value otherwise.
func (o *FilterField) GetOperatorOk() (*string, bool)
GetOperatorOk returns a tuple with the Operator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterField) SetOperator(v string)
SetOperator sets Operator field to given value.
func (o *FilterField) GetQueryPathTagViaId() bool
GetQueryPathTagViaId returns the QueryPathTagViaId field if non-nil, zero value otherwise.
func (o *FilterField) GetQueryPathTagViaIdOk() (*bool, bool)
GetQueryPathTagViaIdOk returns a tuple with the QueryPathTagViaId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterField) SetQueryPathTagViaId(v bool)
SetQueryPathTagViaId sets QueryPathTagViaId field to given value.
func (o *FilterField) HasQueryPathTagViaId() bool
HasQueryPathTagViaId returns a boolean if a field has been set.
func (o *FilterField) GetSubField() string
GetSubField returns the SubField field if non-nil, zero value otherwise.
func (o *FilterField) GetSubFieldOk() (*string, bool)
GetSubFieldOk returns a tuple with the SubField field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterField) SetSubField(v string)
SetSubField sets SubField field to given value.
func (o *FilterField) HasSubField() bool
HasSubField returns a boolean if a field has been set.
func (o *FilterField) GetValues() []map[string]interface{}
GetValues returns the Values field if non-nil, zero value otherwise.
func (o *FilterField) GetValuesOk() (*[]map[string]interface{}, bool)
GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FilterField) SetValues(v []map[string]interface{})
SetValues sets Values field to given value.
func (o *FilterField) HasValues() bool
HasValues returns a boolean if a field has been set.