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