| Name | Type | Description | Notes |
|---|---|---|---|
| field | String | Field to filter on. See the endpoint's list of filterable fields. | |
| op | String | Comparison operator. | |
| value | DataForSeoFilterValue |
require 'unifapi'
instance = Unifapi::DataForSeoFilterCondition.new(
field: null,
op: null,
value: null
)