Aliyun.Acs.Sms.Transform.V20160927.SingleSendSmsResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SingleSendSmsResponse
context UnmarshallerContext
return Aliyun.Acs.Sms.Model.V20160927.SingleSendSmsResponse
        public static SingleSendSmsResponse Unmarshall(UnmarshallerContext context)
        {
            SingleSendSmsResponse singleSendSmsResponse = new SingleSendSmsResponse();

            singleSendSmsResponse.HttpResponse = context.HttpResponse;
            singleSendSmsResponse.RequestId = context.StringValue("SingleSendSms.RequestId");
            singleSendSmsResponse.Model = context.StringValue("SingleSendSms.Model");

            return singleSendSmsResponse;
        }
SingleSendSmsResponseUnmarshaller