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

Query parameters for operation rcwConfigListAllCompanySessions More...

Properties

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...
 
string[] hostUserId [get, set]
 Identifier of the user who hosts a webinar (if omitted, webinars hosted by all company users will be returned) Example: 77777777 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 rcwConfigListAllCompanySessions

Property Documentation

◆ endTimeFrom

string RingCentral.RcwConfigListAllCompanySessionsParameters.endTimeFrom
getset

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

◆ hostUserId

string [] RingCentral.RcwConfigListAllCompanySessionsParameters.hostUserId
getset

Identifier of the user who hosts a webinar (if omitted, webinars hosted by all company users will be returned) Example: 77777777

◆ pageToken

string RingCentral.RcwConfigListAllCompanySessionsParameters.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.RcwConfigListAllCompanySessionsParameters.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.RcwConfigListAllCompanySessionsParameters.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: