#include "huaweicloud/drs/v5/model/ApiHttpNullResp.h"
namespace HuaweiCloud {
namespace Sdk {
namespace Drs {
namespace V5 {
namespace Model {
ApiHttpNullResp::ApiHttpNullResp()
{
}
ApiHttpNullResp::~ApiHttpNullResp() = default;
void ApiHttpNullResp::validate()
{
}
web::json::value ApiHttpNullResp::toJson() const
{
web::json::value val = web::json::value::object();
return val;
}
bool ApiHttpNullResp::fromJson(const web::json::value& val)
{
bool ok = true;
return ok;
}
}
}
}
}
}