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