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