Enum Sort
Namespace: Autodesk.Webhooks.Model
Assembly: Autodesk.Webhooks.dll
Specifies the sorting order of the list of webhooks by their lastUpdatedDate
attribute.
asc
- Ascending order.desc
- (Default) Descending order.
[JsonConverter(typeof(StringEnumConverter))]
public enum Sort
Fields
Asc = 0
Enum Asc for value: asc
Desc = 1
Enum Desc for value: desc