#include "huaweicloud/sdrs/v1/model/ShowQuotaRequest.h"
namespace HuaweiCloud {
namespace Sdk {
namespace Sdrs {
namespace V1 {
namespace Model {
ShowQuotaRequest::ShowQuotaRequest()
{
}
ShowQuotaRequest::~ShowQuotaRequest() = default;
void ShowQuotaRequest::validate()
{
}
web::json::value ShowQuotaRequest::toJson() const
{
web::json::value val = web::json::value::object();
return val;
}
bool ShowQuotaRequest::fromJson(const web::json::value& val)
{
bool ok = true;
return ok;
}
}
}
}
}
}