Skip to content

Latest commit

 

History

History
118 lines (65 loc) · 3.8 KB

File metadata and controls

118 lines (65 loc) · 3.8 KB

ParamDefinitionFilteringConditionsFilterGroup

Properties

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]

Methods

NewParamDefinitionFilteringConditionsFilterGroup

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

NewParamDefinitionFilteringConditionsFilterGroupWithDefaults

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

GetAnd

func (o *ParamDefinitionFilteringConditionsFilterGroup) GetAnd() []map[string]interface{}

GetAnd returns the And field if non-nil, zero value otherwise.

GetAndOk

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.

SetAnd

func (o *ParamDefinitionFilteringConditionsFilterGroup) SetAnd(v []map[string]interface{})

SetAnd sets And field to given value.

HasAnd

func (o *ParamDefinitionFilteringConditionsFilterGroup) HasAnd() bool

HasAnd returns a boolean if a field has been set.

GetOr

func (o *ParamDefinitionFilteringConditionsFilterGroup) GetOr() []map[string]interface{}

GetOr returns the Or field if non-nil, zero value otherwise.

GetOrOk

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.

SetOr

func (o *ParamDefinitionFilteringConditionsFilterGroup) SetOr(v []map[string]interface{})

SetOr sets Or field to given value.

HasOr

func (o *ParamDefinitionFilteringConditionsFilterGroup) HasOr() bool

HasOr returns a boolean if a field has been set.

GetNot

func (o *ParamDefinitionFilteringConditionsFilterGroup) GetNot() map[string]interface{}

GetNot returns the Not field if non-nil, zero value otherwise.

GetNotOk

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.

SetNot

func (o *ParamDefinitionFilteringConditionsFilterGroup) SetNot(v map[string]interface{})

SetNot sets Not field to given value.

HasNot

func (o *ParamDefinitionFilteringConditionsFilterGroup) HasNot() bool

HasNot returns a boolean if a field has been set.

SetNotNil

func (o *ParamDefinitionFilteringConditionsFilterGroup) SetNotNil(b bool)

SetNotNil sets the value for Not to be an explicit nil

UnsetNot

func (o *ParamDefinitionFilteringConditionsFilterGroup) UnsetNot()

UnsetNot ensures that no value is present for Not, not even an explicit nil

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