Aliyun.Acs.Dm.Transform.V20151123.SingleSendMailResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : SingleSendMailResponse
context UnmarshallerContext
Résultat SingleSendMailResponse
        public static SingleSendMailResponse Unmarshall(UnmarshallerContext context)
        {
            SingleSendMailResponse singleSendMailResponse = new SingleSendMailResponse();

            singleSendMailResponse.HttpResponse = context.HttpResponse;
            singleSendMailResponse.RequestId = context.StringValue("SingleSendMail.RequestId");

            return singleSendMailResponse;
        }
SingleSendMailResponseUnmarshaller