ExportOrderField
The possible fields by which exports can be ordered.
enum ExportOrderField {
COMPLETED_AT
CREATED_AT
REQUESTED_BY_ID
STATE
}
Values
ExportOrderField.COMPLETED_AT
Orders by the date that the export was completed.
ExportOrderField.CREATED_AT
Orders by the date that the export was created.
ExportOrderField.REQUESTED_BY_ID
Orders by the ID of user who requested the export.
ExportOrderField.STATE
Orders by the state of the export.
Member of
ExportOrder input