Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 794 Bytes

File metadata and controls

26 lines (20 loc) · 794 Bytes

Unifapi::SeoBacklinksPageIntersectionRequestFilters

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 Array<DataForSeoFilter> Sub-expressions that must all match.
_or Array<DataForSeoFilter> Sub-expressions where at least one must match.

Example

require 'unifapi'

instance = Unifapi::SeoBacklinksPageIntersectionRequestFilters.new(
  field: null,
  op: null,
  value: null,
  _and: null,
  _or: null
)