#include "huaweicloud/dds/v3/model/UpdateClientNetworkResponse.h"
namespace HuaweiCloud {
namespace Sdk {
namespace Dds {
namespace V3 {
namespace Model {
UpdateClientNetworkResponse::UpdateClientNetworkResponse()
{
}
UpdateClientNetworkResponse::~UpdateClientNetworkResponse() = default;
void UpdateClientNetworkResponse::validate()
{
}
web::json::value UpdateClientNetworkResponse::toJson() const
{
web::json::value val = web::json::value::object();
return val;
}
bool UpdateClientNetworkResponse::fromJson(const web::json::value& val)
{
bool ok = true;
return ok;
}
}
}
}
}
}