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

Properties

string dateTo [get, set]
 The end of the time range to collect message records in ISO 8601 format including timezone. Default is the current time Format: date-time More...
 
string dateFrom [get, set]
 The beginning of the time range to collect call log records in ISO 8601 format including timezone. Default is the current time minus 24 hours Format: date-time More...
 
string[] messageTypes [get, set]
 Types of messages to be collected. If not specified, all messages without message type filtering will be returned. Multiple values are accepted Example: Fax,VoiceMail Enum: Fax, SMS, VoiceMail, Pager More...
 

Property Documentation

◆ dateFrom

string RingCentral.CreateMessageStoreReportRequest.dateFrom
getset

The beginning of the time range to collect call log records in ISO 8601 format including timezone. Default is the current time minus 24 hours Format: date-time

◆ dateTo

string RingCentral.CreateMessageStoreReportRequest.dateTo
getset

The end of the time range to collect message records in ISO 8601 format including timezone. Default is the current time Format: date-time

◆ messageTypes

string [] RingCentral.CreateMessageStoreReportRequest.messageTypes
getset

Types of messages to be collected. If not specified, all messages without message type filtering will be returned. Multiple values are accepted Example: Fax,VoiceMail Enum: Fax, SMS, VoiceMail, Pager


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