#include "huaweicloud/kms/v2/model/ShowUserQuotasRequest.h"
namespace HuaweiCloud {
namespace Sdk {
namespace Kms {
namespace V2 {
namespace Model {
ShowUserQuotasRequest::ShowUserQuotasRequest()
{
}
ShowUserQuotasRequest::~ShowUserQuotasRequest() = default;
void ShowUserQuotasRequest::validate()
{
}
web::json::value ShowUserQuotasRequest::toJson() const
{
web::json::value val = web::json::value::object();
return val;
}
bool ShowUserQuotasRequest::fromJson(const web::json::value& val)
{
bool ok = true;
return ok;
}
}
}
}
}
}