Ssdk
c1b0770d创建于 2023年9月7日历史提交


#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;
}

}
}
}
}
}