| Name | Type | Description | Notes |
|---|---|---|---|
| And | Pointer to []map[string]interface{} | [optional] | |
| Or | Pointer to []map[string]interface{} | [optional] | |
| Not | Pointer to map[string]interface{} | [optional] | |
| Field | Pointer to string | [optional] | |
| Operator | Pointer to string | [optional] | |
| Value | Pointer to ParamDefinitionFilteringConditionsFilterRuleValue | [optional] |
func NewParamDefinitionFilteringConditionsFilterCondition() *ParamDefinitionFilteringConditionsFilterCondition
NewParamDefinitionFilteringConditionsFilterCondition instantiates a new ParamDefinitionFilteringConditionsFilterCondition 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 NewParamDefinitionFilteringConditionsFilterConditionWithDefaults() *ParamDefinitionFilteringConditionsFilterCondition
NewParamDefinitionFilteringConditionsFilterConditionWithDefaults instantiates a new ParamDefinitionFilteringConditionsFilterCondition 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 *ParamDefinitionFilteringConditionsFilterCondition) GetAnd() []map[string]interface{}
GetAnd returns the And field if non-nil, zero value otherwise.
func (o *ParamDefinitionFilteringConditionsFilterCondition) GetAndOk() (*[]map[string]interface{}, bool)
GetAndOk returns a tuple with the And field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParamDefinitionFilteringConditionsFilterCondition) SetAnd(v []map[string]interface{})
SetAnd sets And field to given value.
func (o *ParamDefinitionFilteringConditionsFilterCondition) HasAnd() bool
HasAnd returns a boolean if a field has been set.
func (o *ParamDefinitionFilteringConditionsFilterCondition) GetOr() []map[string]interface{}
GetOr returns the Or field if non-nil, zero value otherwise.
func (o *ParamDefinitionFilteringConditionsFilterCondition) GetOrOk() (*[]map[string]interface{}, bool)
GetOrOk returns a tuple with the Or field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParamDefinitionFilteringConditionsFilterCondition) SetOr(v []map[string]interface{})
SetOr sets Or field to given value.
func (o *ParamDefinitionFilteringConditionsFilterCondition) HasOr() bool
HasOr returns a boolean if a field has been set.
func (o *ParamDefinitionFilteringConditionsFilterCondition) GetNot() map[string]interface{}
GetNot returns the Not field if non-nil, zero value otherwise.
func (o *ParamDefinitionFilteringConditionsFilterCondition) GetNotOk() (*map[string]interface{}, bool)
GetNotOk returns a tuple with the Not field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParamDefinitionFilteringConditionsFilterCondition) SetNot(v map[string]interface{})
SetNot sets Not field to given value.
func (o *ParamDefinitionFilteringConditionsFilterCondition) HasNot() bool
HasNot returns a boolean if a field has been set.
func (o *ParamDefinitionFilteringConditionsFilterCondition) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
func (o *ParamDefinitionFilteringConditionsFilterCondition) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParamDefinitionFilteringConditionsFilterCondition) SetField(v string)
SetField sets Field field to given value.
func (o *ParamDefinitionFilteringConditionsFilterCondition) HasField() bool
HasField returns a boolean if a field has been set.
func (o *ParamDefinitionFilteringConditionsFilterCondition) GetOperator() string
GetOperator returns the Operator field if non-nil, zero value otherwise.
func (o *ParamDefinitionFilteringConditionsFilterCondition) 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 *ParamDefinitionFilteringConditionsFilterCondition) SetOperator(v string)
SetOperator sets Operator field to given value.
func (o *ParamDefinitionFilteringConditionsFilterCondition) HasOperator() bool
HasOperator returns a boolean if a field has been set.
func (o *ParamDefinitionFilteringConditionsFilterCondition) GetValue() ParamDefinitionFilteringConditionsFilterRuleValue
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ParamDefinitionFilteringConditionsFilterCondition) GetValueOk() (*ParamDefinitionFilteringConditionsFilterRuleValue, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParamDefinitionFilteringConditionsFilterCondition) SetValue(v ParamDefinitionFilteringConditionsFilterRuleValue)
SetValue sets Value field to given value.
func (o *ParamDefinitionFilteringConditionsFilterCondition) HasValue() bool
HasValue returns a boolean if a field has been set.