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

Query parameters for operation listAccountMeetingRecordings More...

Properties

string meetingId [get, set]
 Internal identifier of a meeting. Either meetingId or meetingStartTime/meetingEndTime can be specified More...
 
string meetingStartTimeFrom [get, set]
 Recordings of meetings started after the time specified will be returned. Either meetingId or meetingStartTime/meetingEndTime can be specified Format: date-time More...
 
string meetingStartTimeTo [get, set]
 Recordings of meetings started before the time specified will be returned. The default value is current time. Either meetingId or meetingStartTime/meetingEndTime can be specified Format: date-time More...
 
long? page [get, set]
 Page number Format: int32 More...
 
long? perPage [get, set]
 Number of items per page. The max value is supported to indicate the maximum size - 300 Maximum: 300 Format: int32 Default: 100 More...
 

Detailed Description

Query parameters for operation listAccountMeetingRecordings

Property Documentation

◆ meetingId

string RingCentral.ListAccountMeetingRecordingsParameters.meetingId
getset

Internal identifier of a meeting. Either meetingId or meetingStartTime/meetingEndTime can be specified

◆ meetingStartTimeFrom

string RingCentral.ListAccountMeetingRecordingsParameters.meetingStartTimeFrom
getset

Recordings of meetings started after the time specified will be returned. Either meetingId or meetingStartTime/meetingEndTime can be specified Format: date-time

◆ meetingStartTimeTo

string RingCentral.ListAccountMeetingRecordingsParameters.meetingStartTimeTo
getset

Recordings of meetings started before the time specified will be returned. The default value is current time. Either meetingId or meetingStartTime/meetingEndTime can be specified Format: date-time

◆ page

long? RingCentral.ListAccountMeetingRecordingsParameters.page
getset

Page number Format: int32

◆ perPage

long? RingCentral.ListAccountMeetingRecordingsParameters.perPage
getset

Number of items per page. The max value is supported to indicate the maximum size - 300 Maximum: 300 Format: int32 Default: 100


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