Record
paging-object
No description available.
record paging-object {
href: string,
limit: s32,
next: string,
offset: s32,
previous: string,
total: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| href | string | |
| limit | s32 | |
| next | string | |
| offset | s32 | |
| previous | string | |
| total | s32 |