Hhuaweicloud
62b1139b创建于 2023年7月7日历史提交


#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;
}

}
}
}
}
}