RingCentral .Net SDK
Properties | List of all members
RingCentral.NonEnumeratedPagingModel Class Reference

Properties

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...
 
string pageToken [get, set]
 Current page token. May be omitted if result is empty (because non-existent page was specified or perPage=0 was requested) More...
 
string nextPageToken [get, set]
 A page token to be used to fetch the next page of the result set. May be omitted if the current page is the last one. More...
 
string previousPageToken [get, set]
 A page token to be used to fetch the previous page of the result set. May be omitted if the current page is the first one or if the result set does not support backward navigation. More...
 
string firstPageToken [get, set]
 A page token to be used to fetch the first page of the result set. More...
 

Property Documentation

◆ firstPageToken

string RingCentral.NonEnumeratedPagingModel.firstPageToken
getset

A page token to be used to fetch the first page of the result set.

◆ nextPageToken

string RingCentral.NonEnumeratedPagingModel.nextPageToken
getset

A page token to be used to fetch the next page of the result set. May be omitted if the current page is the last one.

◆ pageToken

string RingCentral.NonEnumeratedPagingModel.pageToken
getset

Current page token. May be omitted if result is empty (because non-existent page was specified or perPage=0 was requested)

◆ perPage

long? RingCentral.NonEnumeratedPagingModel.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

◆ previousPageToken

string RingCentral.NonEnumeratedPagingModel.previousPageToken
getset

A page token to be used to fetch the previous page of the result set. May be omitted if the current page is the first one or if the result set does not support backward navigation.


The documentation for this class was generated from the following file: