Aliyun.Acs.Push.Transform.V20150827.TestResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : TestResponse
context UnmarshallerContext
return Aliyun.Acs.Push.Model.V20150827.TestResponse
        public static TestResponse Unmarshall(UnmarshallerContext context)
        {
            TestResponse testResponse = new TestResponse();

            testResponse.HttpResponse = context.HttpResponse;
            testResponse.RequestId = context.StringValue("Test.RequestId");
            testResponse.ResponseId = context.StringValue("Test.ResponseId");
            testResponse.Message = context.StringValue("Test.Message");

            return testResponse;
        }
TestResponseUnmarshaller