| 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] |
func NewParamDefinitionFilteringConditionsFilterGroup() *ParamDefinitionFilteringConditionsFilterGroup
NewParamDefinitionFilteringConditionsFilterGroup instantiates a new ParamDefinitionFilteringConditionsFilterGroup 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 NewParamDefinitionFilteringConditionsFilterGroupWithDefaults() *ParamDefinitionFilteringConditionsFilterGroup
NewParamDefinitionFilteringConditionsFilterGroupWithDefaults instantiates a new ParamDefinitionFilteringConditionsFilterGroup 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 *ParamDefinitionFilteringConditionsFilterGroup) GetAnd() []map[string]interface{}
GetAnd returns the And field if non-nil, zero value otherwise.
func (o *ParamDefinitionFilteringConditionsFilterGroup) 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 *ParamDefinitionFilteringConditionsFilterGroup) SetAnd(v []map[string]interface{})
SetAnd sets And field to given value.
func (o *ParamDefinitionFilteringConditionsFilterGroup) HasAnd() bool
HasAnd returns a boolean if a field has been set.
func (o *ParamDefinitionFilteringConditionsFilterGroup) GetOr() []map[string]interface{}
GetOr returns the Or field if non-nil, zero value otherwise.
func (o *ParamDefinitionFilteringConditionsFilterGroup) 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 *ParamDefinitionFilteringConditionsFilterGroup) SetOr(v []map[string]interface{})
SetOr sets Or field to given value.
func (o *ParamDefinitionFilteringConditionsFilterGroup) HasOr() bool
HasOr returns a boolean if a field has been set.
func (o *ParamDefinitionFilteringConditionsFilterGroup) GetNot() map[string]interface{}
GetNot returns the Not field if non-nil, zero value otherwise.
func (o *ParamDefinitionFilteringConditionsFilterGroup) 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 *ParamDefinitionFilteringConditionsFilterGroup) SetNot(v map[string]interface{})
SetNot sets Not field to given value.
func (o *ParamDefinitionFilteringConditionsFilterGroup) HasNot() bool
HasNot returns a boolean if a field has been set.
func (o *ParamDefinitionFilteringConditionsFilterGroup) SetNotNil(b bool)
SetNotNil sets the value for Not to be an explicit nil
func (o *ParamDefinitionFilteringConditionsFilterGroup) UnsetNot()
UnsetNot ensures that no value is present for Not, not even an explicit nil