Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 4.06 KB

File metadata and controls

135 lines (72 loc) · 4.06 KB

GeoMentionsSearchRequestFilters

Properties

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.

Methods

NewGeoMentionsSearchRequestFilters

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

NewGeoMentionsSearchRequestFiltersWithDefaults

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

GetField

func (o *GeoMentionsSearchRequestFilters) GetField() string

GetField returns the Field field if non-nil, zero value otherwise.

GetFieldOk

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.

SetField

func (o *GeoMentionsSearchRequestFilters) SetField(v string)

SetField sets Field field to given value.

GetOp

func (o *GeoMentionsSearchRequestFilters) GetOp() string

GetOp returns the Op field if non-nil, zero value otherwise.

GetOpOk

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.

SetOp

func (o *GeoMentionsSearchRequestFilters) SetOp(v string)

SetOp sets Op field to given value.

GetValue

func (o *GeoMentionsSearchRequestFilters) GetValue() DataForSeoFilterValue

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

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.

SetValue

func (o *GeoMentionsSearchRequestFilters) SetValue(v DataForSeoFilterValue)

SetValue sets Value field to given value.

GetAnd

func (o *GeoMentionsSearchRequestFilters) GetAnd() []DataForSeoFilter

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

GetAndOk

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.

SetAnd

func (o *GeoMentionsSearchRequestFilters) SetAnd(v []DataForSeoFilter)

SetAnd sets And field to given value.

GetOr

func (o *GeoMentionsSearchRequestFilters) GetOr() []DataForSeoFilter

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

GetOrOk

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.

SetOr

func (o *GeoMentionsSearchRequestFilters) SetOr(v []DataForSeoFilter)

SetOr sets Or field to given value.

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