ResourcesSortField
Available fields for sorting the resources list.
enum ResourcesSortField {
NAME
CREATED_AT
}
Values​
ResourcesSortField.NAME {#name}​
Sort alphabetically by resource name (A-Z when ascending).
ResourcesSortField.CREATED_AT {#created-at}​
Sort by creation timestamp (oldest first when ascending, newest first when descending).
Member Of​
ResourcesSort input