Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 458 Bytes

File metadata and controls

20 lines (14 loc) · 458 Bytes

Unifapi::DataForSeoOrderByRule

Properties

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']

Example

require 'unifapi'

instance = Unifapi::DataForSeoOrderByRule.new(
  field: null,
  dir: null
)