Class AlertResponse
- Namespace
- Vonage.ShortCodes
- Assembly
- Vonage.dll
Represents the response from sending an alert message via short code.
public class AlertResponse
- Inheritance
-
AlertResponse
- Inherited Members
Properties
MessageCount
Gets or sets the number of messages sent in response to the request.
[JsonProperty("message-count")]
public string MessageCount { get; set; }
Property Value
Messages
Gets or sets the array of message results containing delivery status for each recipient.
public Message[] Messages { get; set; }
Property Value
- Message[]