Hhuaweicloud
f234d255创建于 2023年8月2日历史提交


#include "huaweicloud/rds/v3/model/UpdateDbUserPrivilegeResponse.h"

namespace HuaweiCloud {
namespace Sdk {
namespace Rds {
namespace V3 {
namespace Model {




UpdateDbUserPrivilegeResponse::UpdateDbUserPrivilegeResponse()
{
}

UpdateDbUserPrivilegeResponse::~UpdateDbUserPrivilegeResponse() = default;

void UpdateDbUserPrivilegeResponse::validate()
{
}

web::json::value UpdateDbUserPrivilegeResponse::toJson() const
{
    web::json::value val = web::json::value::object();


    return val;
}

bool UpdateDbUserPrivilegeResponse::fromJson(const web::json::value& val)
{
    bool ok = true;
    
    return ok;
}

}
}
}
}
}