| 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. |
require 'unifapi'
instance = Unifapi::SeoBacklinksPageIntersectionRequestFilters.new(
field: null,
op: null,
value: null,
_and: null,
_or: null
)