| Name | Type | Description | Notes |
|---|---|---|---|
| Field | string | Field to filter on. See the endpoint's list of filterable fields. | |
| Op | string | Comparison operator. | |
| Value | DataForSeoFilterValue | ||
| And | []DataForSeoFilter | Sub-expressions that must all match. | |
| Or | []DataForSeoFilter | Sub-expressions where at least one must match. |
func NewGeoMentionsSearchRequestFilters(field string, op string, value DataForSeoFilterValue, and []DataForSeoFilter, or []DataForSeoFilter, ) *GeoMentionsSearchRequestFilters
NewGeoMentionsSearchRequestFilters instantiates a new GeoMentionsSearchRequestFilters 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 NewGeoMentionsSearchRequestFiltersWithDefaults() *GeoMentionsSearchRequestFilters
NewGeoMentionsSearchRequestFiltersWithDefaults instantiates a new GeoMentionsSearchRequestFilters 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 *GeoMentionsSearchRequestFilters) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
func (o *GeoMentionsSearchRequestFilters) 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 *GeoMentionsSearchRequestFilters) SetField(v string)
SetField sets Field field to given value.
func (o *GeoMentionsSearchRequestFilters) GetOp() string
GetOp returns the Op field if non-nil, zero value otherwise.
func (o *GeoMentionsSearchRequestFilters) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionsSearchRequestFilters) SetOp(v string)
SetOp sets Op field to given value.
func (o *GeoMentionsSearchRequestFilters) GetValue() DataForSeoFilterValue
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *GeoMentionsSearchRequestFilters) GetValueOk() (*DataForSeoFilterValue, 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 *GeoMentionsSearchRequestFilters) SetValue(v DataForSeoFilterValue)
SetValue sets Value field to given value.
func (o *GeoMentionsSearchRequestFilters) GetAnd() []DataForSeoFilter
GetAnd returns the And field if non-nil, zero value otherwise.
func (o *GeoMentionsSearchRequestFilters) GetAndOk() (*[]DataForSeoFilter, 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 *GeoMentionsSearchRequestFilters) SetAnd(v []DataForSeoFilter)
SetAnd sets And field to given value.
func (o *GeoMentionsSearchRequestFilters) GetOr() []DataForSeoFilter
GetOr returns the Or field if non-nil, zero value otherwise.
func (o *GeoMentionsSearchRequestFilters) GetOrOk() (*[]DataForSeoFilter, 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 *GeoMentionsSearchRequestFilters) SetOr(v []DataForSeoFilter)
SetOr sets Or field to given value.