Name | Type | Description | Notes |
---|---|---|---|
Operator | Pointer to string | Strictly, this must be either `"OR"`, or `"AND"`. It can be used to compose Filters as part of a Filters object. | [optional] |
func NewOperator() *Operator
NewOperator instantiates a new Operator 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 NewOperatorWithDefaults() *Operator
NewOperatorWithDefaults instantiates a new Operator 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 *Operator) GetOperator() string
GetOperator returns the Operator field if non-nil, zero value otherwise.
func (o *Operator) 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 *Operator) SetOperator(v string)
SetOperator sets Operator field to given value.
func (o *Operator) HasOperator() bool
HasOperator returns a boolean if a field has been set.