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

Query parameters for operation rcwHistoryListParticipants More...

Properties

string[] role [get, set]
 The role of the invitee/participant. Enum: Panelist, CoHost, Host, Attendee More...
 
string[] originalRole [get, set]
 The original role of the invitee/participant. Enum: Panelist, CoHost, Host, Attendee More...
 
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...
 

Detailed Description

Query parameters for operation rcwHistoryListParticipants

Property Documentation

◆ originalRole

string [] RingCentral.RcwHistoryListParticipantsParameters.originalRole
getset

The original role of the invitee/participant. Enum: Panelist, CoHost, Host, Attendee

◆ pageToken

string RingCentral.RcwHistoryListParticipantsParameters.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.RcwHistoryListParticipantsParameters.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

◆ role

string [] RingCentral.RcwHistoryListParticipantsParameters.role
getset

The role of the invitee/participant. Enum: Panelist, CoHost, Host, Attendee


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