SortDirection
Sort direction for any sort input — ASC for ascending, DESC for
descending. Defaults to DESC on every sort input that takes one.
enum SortDirection {
ASC
DESC
}
Values
SortDirection.ASC
Ascending — smallest / earliest first.
SortDirection.DESC
Descending — largest / most recent first.
Member Of
AggregateSort input ● MarketingSort input