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

Query parameters for operation rcwHistoryListRecordings More...

Properties

string creationTimeFrom [get, set]
 The beginning of the time window by 'creationTime' . Format: date-time More...
 
string creationTimeTo [get, set]
 The end of the time window by 'creationTime' . Format: date-time More...
 
string[] status [get, set]
 The status of the recording. Enum: Processing, Available, Failed, Purged 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 rcwHistoryListRecordings

Property Documentation

◆ creationTimeFrom

string RingCentral.RcwHistoryListRecordingsParameters.creationTimeFrom
getset

The beginning of the time window by 'creationTime' . Format: date-time

◆ creationTimeTo

string RingCentral.RcwHistoryListRecordingsParameters.creationTimeTo
getset

The end of the time window by 'creationTime' . Format: date-time

◆ pageToken

string RingCentral.RcwHistoryListRecordingsParameters.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.RcwHistoryListRecordingsParameters.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.RcwHistoryListRecordingsParameters.status
getset

The status of the recording. Enum: Processing, Available, Failed, Purged


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