Sort¶
| Field | Type | Description |
|---|---|---|
| field | string | The field to sort by. |
| direction | bitdrift.public.unary.common.v1.Sort.Direction | The direction to sort by. |
Example¶
JSON
{
"direction": "ASC",
"field": "field_name"
}
Sort.Direction¶
| Name | Number | Description |
|---|---|---|
| ASC | 0 | |
| DESC | 1 |