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

Query parameters for operation rcwRegListRegistrants More...

Properties

long? perPage [get, set]
 The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100 More...
 
string pageToken [get, set]
 The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned. More...
 
bool? includeQuestionnaire [get, set]
 Indicates if registrant's "questionnaire" should be returned More...
 

Detailed Description

Query parameters for operation rcwRegListRegistrants

Property Documentation

◆ includeQuestionnaire

bool? RingCentral.RcwRegListRegistrantsParameters.includeQuestionnaire
getset

Indicates if registrant's "questionnaire" should be returned

◆ pageToken

string RingCentral.RcwRegListRegistrantsParameters.pageToken
getset

The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned.

◆ perPage

long? RingCentral.RcwRegListRegistrantsParameters.perPage
getset

The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100


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