Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 384 Bytes

File metadata and controls

20 lines (14 loc) · 384 Bytes

GbRetailapiClient::Sort

Properties

Name Type Description Notes
field String Field the order will be applied to.
order Object OrderDto the products will appear in.

Example

require 'gb_retailapi_client'

instance = GbRetailapiClient::Sort.new(
  field: null,
  order: null
)