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