Inheritance: Aliyun.Acs.Core.AcsResponse
        public static PushByteMessageResponse Unmarshall(UnmarshallerContext context)
        {
            PushByteMessageResponse pushByteMessageResponse = new PushByteMessageResponse();

            pushByteMessageResponse.HttpResponse = context.HttpResponse;
            pushByteMessageResponse.RequestId = context.StringValue("PushByteMessage.RequestId");
            pushByteMessageResponse.ResponseId = context.StringValue("PushByteMessage.ResponseId");

            return pushByteMessageResponse;
        }