| Name | Type | Description | Notes |
|---|---|---|---|
| field | String | Field to sort by. See the endpoint's list of sortable fields. | |
| dir | String | Sort direction: asc or desc. Defaults to desc. | [optional][default to 'desc'] |
require 'unifapi'
instance = Unifapi::DataForSeoOrderByRule.new(
field: null,
dir: null
)