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

Query parameters for operation rcwConfigListAllSessions More...

Properties

string nameFragment [get, set]
 Filter to return only webinar sessions containing particular substring within their names Example: All-hands More...
 
string status [get, set]
 Session status (for the purposes of Configuration service) Example: Scheduled Enum: Scheduled, Active, Finished More...
 
string endTimeFrom [get, set]
 The beginning of the time window by 'endTime' (it is calculated as scheduledStartTime+scheduledDuration) Format: date-time 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 rcwConfigListAllSessions

Property Documentation

◆ endTimeFrom

string RingCentral.RcwConfigListAllSessionsParameters.endTimeFrom
getset

The beginning of the time window by 'endTime' (it is calculated as scheduledStartTime+scheduledDuration) Format: date-time

◆ nameFragment

string RingCentral.RcwConfigListAllSessionsParameters.nameFragment
getset

Filter to return only webinar sessions containing particular substring within their names Example: All-hands

◆ pageToken

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

◆ status

string RingCentral.RcwConfigListAllSessionsParameters.status
getset

Session status (for the purposes of Configuration service) Example: Scheduled Enum: Scheduled, Active, Finished


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