File: PaginationLinks.md

package info (click to toggle)
python-ionoscloud 6.1.9-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,172 kB
  • sloc: python: 41,445; sh: 35; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 583 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# PaginationLinks

## Properties
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **next** | **str** | URL (with offset and limit parameters) of the next page; only present if offset + limit is less than the total number of elements. | [optional] [readonly]  |
| **prev** | **str** | URL (with offset and limit parameters) of the previous page; only present if offset is greater than 0. | [optional] [readonly]  |
| **_self** | **str** | URL (with offset and limit parameters) of the current page. | [optional] [readonly]  |