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

The short detail of the message in the get batch response More...

Properties

long? id [get, set]
 The Id of the message Format: int64 Example: 1234 More...
 
string batchId [get, set]
 Internal identifier of a batch the message was submitted in Example: 12345 More...
 
string from [get, set]
 Phone number in E.164 format from which the message is sent Example: +15551234567 More...
 
string[] to [get, set]
 Phone number in E.164 format to which a message is sent Example: +15551234567 More...
 
string creationTime [get, set]
 The time at which the message was created Format: date-time More...
 
string lastModifiedTime [get, set]
 The time at which the messages was last updated Format: date-time More...
 
string messageStatus [get, set]
 Current status of a message Example: Queued Enum: Queued, Delivered, Sent, SendingFailed, DeliveryFailed More...
 
long? segmentCount [get, set]
 Number of segments of a message Format: int32 Example: 1 More...
 
string text [get, set]
 Text of a message. Returned if the view parameter is set to 'Detailed' More...
 
decimal? cost [get, set]
 Cost of a message Format: double Example: 0.007 More...
 
string direction [get, set]
 Direction of the SMS message Enum: Inbound, Outbound More...
 
string errorCode [get, set]
 The RC error code of the message sending failure reason Example: SMS-RC-503 More...
 

Detailed Description

The short detail of the message in the get batch response

Property Documentation

◆ batchId

string RingCentral.MessageListMessageResponse.batchId
getset

Internal identifier of a batch the message was submitted in Example: 12345

◆ cost

decimal? RingCentral.MessageListMessageResponse.cost
getset

Cost of a message Format: double Example: 0.007

◆ creationTime

string RingCentral.MessageListMessageResponse.creationTime
getset

The time at which the message was created Format: date-time

◆ direction

string RingCentral.MessageListMessageResponse.direction
getset

Direction of the SMS message Enum: Inbound, Outbound

◆ errorCode

string RingCentral.MessageListMessageResponse.errorCode
getset

The RC error code of the message sending failure reason Example: SMS-RC-503

◆ from

string RingCentral.MessageListMessageResponse.from
getset

Phone number in E.164 format from which the message is sent Example: +15551234567

◆ id

long? RingCentral.MessageListMessageResponse.id
getset

The Id of the message Format: int64 Example: 1234

◆ lastModifiedTime

string RingCentral.MessageListMessageResponse.lastModifiedTime
getset

The time at which the messages was last updated Format: date-time

◆ messageStatus

string RingCentral.MessageListMessageResponse.messageStatus
getset

Current status of a message Example: Queued Enum: Queued, Delivered, Sent, SendingFailed, DeliveryFailed

◆ segmentCount

long? RingCentral.MessageListMessageResponse.segmentCount
getset

Number of segments of a message Format: int32 Example: 1

◆ text

string RingCentral.MessageListMessageResponse.text
getset

Text of a message. Returned if the view parameter is set to 'Detailed'

◆ to

string [] RingCentral.MessageListMessageResponse.to
getset

Phone number in E.164 format to which a message is sent Example: +15551234567


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