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