The direction in which to sort the results
using ApideckUnifySdk.Models.Components;
var value = SortDirection.Asc;
// Open enum: use .Of() to create instances from custom string values
var custom = SortDirection.Of("custom_value");| Name | Value |
|---|---|
Asc |
asc |
Desc |
desc |