Aliyun.Acs.Dm.Transform.V20151123.BatchSendMailResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : BatchSendMailResponse
context UnmarshallerContext
리턴 BatchSendMailResponse
        public static BatchSendMailResponse Unmarshall(UnmarshallerContext context)
        {
            BatchSendMailResponse batchSendMailResponse = new BatchSendMailResponse();

            batchSendMailResponse.HttpResponse = context.HttpResponse;
            batchSendMailResponse.RequestId = context.StringValue("BatchSendMail.RequestId");

            return batchSendMailResponse;
        }
BatchSendMailResponseUnmarshaller