RingCentral .Net SDK
All Classes Namespaces Functions Variables Properties Events Pages
Properties | List of all members
RingCentral.PagingResource Class Reference

Pagination details More...

Properties

string pageToken [get, set]
 Page token of the current response list Example: pgt1 More...
 
long? perPage [get, set]
 Number of records per page Format: int32 Example: 3 More...
 
string firstPageToken [get, set]
 First page token of the current filter criteria Example: fpgt1 More...
 
string previousPageToken [get, set]
 Previous page token of the current filter criteria Example: lpgt1 More...
 
string nextPageToken [get, set]
 Next page token of the current filter criteria Example: npgt1 More...
 

Detailed Description

Pagination details

Property Documentation

◆ firstPageToken

string RingCentral.PagingResource.firstPageToken
getset

First page token of the current filter criteria Example: fpgt1

◆ nextPageToken

string RingCentral.PagingResource.nextPageToken
getset

Next page token of the current filter criteria Example: npgt1

◆ pageToken

string RingCentral.PagingResource.pageToken
getset

Page token of the current response list Example: pgt1

◆ perPage

long? RingCentral.PagingResource.perPage
getset

Number of records per page Format: int32 Example: 3

◆ previousPageToken

string RingCentral.PagingResource.previousPageToken
getset

Previous page token of the current filter criteria Example: lpgt1


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