PageRequest
PageRequest contains pagination parameters for listing RPCs.
Package: thru.common.v1
Fields
Section titled “Fields”| Field | Type | # | Description |
|---|---|---|---|
page_size | uint32 | 1 · optional | Maximum number of items to return in a single response. |
page_token | string | 2 · optional | Token identifying the position to resume from. |
order_by | string | 3 · optional | Optional ordering specification in “field [asc|desc]” form. |