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

            updateProductResponse.HttpResponse = context.HttpResponse;
            updateProductResponse.RequestId = context.StringValue("UpdateProduct.RequestId");
            updateProductResponse.Success = context.BooleanValue("UpdateProduct.Success");
            updateProductResponse.ErrorMessage = context.StringValue("UpdateProduct.ErrorMessage");

            return updateProductResponse;
        }