Enum SortOrder
The sort order for results
Namespace: Textkernel.Tx.Models.API.MatchV2.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum SortOrder
Fields
Name | Description |
---|---|
ASCENDING | Ascending sort order |
DESCENDING | Descending sort order |