AT&T API Platform SDK for Microsoft®  2.3.2
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Enumerator Properties Groups Pages
ATT_MSSDK.SMSv2.SmsResponse Class Reference

The response to a Send SMS request. More...

Inheritance diagram for ATT_MSSDK.SMSv2.SmsResponse:
ATT_MSSDK.Response

Static Public Member Functions

static SmsResponse Parse (string jsonInput)
 Creates an SmsResponse object by parsing the JSON input. More...
 

Properties

string Id [get, set]
 Gets or sets the Id value returned by the server. More...
 
string ResourceURL [get, set]
 Gets or sets the ResourceURL value returned by the server. More...
 

Detailed Description

The response to a Send SMS request.

Member Function Documentation

static SmsResponse ATT_MSSDK.SMSv2.SmsResponse.Parse ( string  jsonInput)
static

Creates an SmsResponse object by parsing the JSON input.

Parameters
jsonInputThe JSON input string to parse.
Returns
The SmsResponse object returned by the server.

Property Documentation

string ATT_MSSDK.SMSv2.SmsResponse.Id
getset

Gets or sets the Id value returned by the server.

string ATT_MSSDK.SMSv2.SmsResponse.ResourceURL
getset

Gets or sets the ResourceURL value returned by the server.