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