Hhuaweicloud
656b86e7创建于 2023年7月6日历史提交


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

}
}
}
}
}