Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 423 Bytes

File metadata and controls

20 lines (14 loc) · 423 Bytes

TalonOne::SortSelectorStepField

Properties

Name Type Description Notes
expression String The attribute path the items are sorted by.
direction String The sort direction for this field.

Example

require 'talon_one_sdk'

instance = TalonOne::SortSelectorStepField.new(
  expression: $Item.Price,
  direction: asc
)