Enum GetSortQueryParameterType
- Namespace
- Autodesk.ACC.RFIs.V2.Containers.Item.Rfis.Item.Attachments
- Assembly
- Autodesk.ACC.RFIs.dll
public enum GetSortQueryParameterType
Fields
[EnumMember(Value = "createdAt ASC")] CreatedAtASC = 1
[EnumMember(Value = "createdAt DESC")] CreatedAtDESC = 0
[EnumMember(Value = "updatedAt ASC")] UpdatedAtASC = 3
[EnumMember(Value = "updatedAt DESC")] UpdatedAtDESC = 2