Aliyun.Acs.Push.Transform.V20160801.CancelPushResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : CancelPushResponse
context UnmarshallerContext
return CancelPushResponse
        public static CancelPushResponse Unmarshall(UnmarshallerContext context)
        {
            CancelPushResponse cancelPushResponse = new CancelPushResponse();

            cancelPushResponse.HttpResponse = context.HttpResponse;
            cancelPushResponse.RequestId = context.StringValue("CancelPush.RequestId");

            return cancelPushResponse;
        }
CancelPushResponseUnmarshaller