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