|
long? | perPage [get, set] |
| Current page size, describes how many items are in each page. Matches "perPage" parameter from the request. Required Maximum: 1000 Minimum: 1 Format: int32 Example: 50 More...
|
|
long? | page [get, set] |
| The current page number. 1-indexed, so the first page is 1 by default. May be omitted if result is empty (because non-existent page was specified or perPage=0 was requested) Maximum: 1000 Minimum: 1 Format: int32 Example: 5 More...
|
|
long? | pageStart [get, set] |
| The zero-based number of the first element on the current page. Omitted if the page is omitted or result is empty Format: int32 More...
|
|
long? | pageEnd [get, set] |
| The zero-based index of the last element on the current page. Omitted if the page is omitted or result is empty Format: int32 Example: 5 More...
|
|
long? | totalPages [get, set] |
| The total number of pages in a dataset. May be omitted for some resources due to performance reasons Format: int32 Example: 25 More...
|
|
long? | totalElements [get, set] |
| The total number of elements in a dataset. May be omitted for some resource due to performance reasons Format: int32 Example: 25 More...
|
|
◆ page
long? RingCentral.EnumeratedPagingModel.page |
|
getset |
The current page number. 1-indexed, so the first page is 1 by default. May be omitted if result is empty (because non-existent page was specified or perPage=0 was requested) Maximum: 1000 Minimum: 1 Format: int32 Example: 5
◆ pageEnd
long? RingCentral.EnumeratedPagingModel.pageEnd |
|
getset |
The zero-based index of the last element on the current page. Omitted if the page is omitted or result is empty Format: int32 Example: 5
◆ pageStart
long? RingCentral.EnumeratedPagingModel.pageStart |
|
getset |
The zero-based number of the first element on the current page. Omitted if the page is omitted or result is empty Format: int32
◆ perPage
long? RingCentral.EnumeratedPagingModel.perPage |
|
getset |
Current page size, describes how many items are in each page. Matches "perPage" parameter from the request. Required Maximum: 1000 Minimum: 1 Format: int32 Example: 50
◆ totalElements
long? RingCentral.EnumeratedPagingModel.totalElements |
|
getset |
The total number of elements in a dataset. May be omitted for some resource due to performance reasons Format: int32 Example: 25
◆ totalPages
long? RingCentral.EnumeratedPagingModel.totalPages |
|
getset |
The total number of pages in a dataset. May be omitted for some resources due to performance reasons Format: int32 Example: 25
The documentation for this class was generated from the following file:
- RingCentral.Net/Definitions/EnumeratedPagingModel.cs