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


#include "huaweicloud/vod/v1/model/UpdateWatermarkTemplateResponse.h"

namespace HuaweiCloud {
namespace Sdk {
namespace Vod {
namespace V1 {
namespace Model {




UpdateWatermarkTemplateResponse::UpdateWatermarkTemplateResponse()
{
}

UpdateWatermarkTemplateResponse::~UpdateWatermarkTemplateResponse() = default;

void UpdateWatermarkTemplateResponse::validate()
{
}

web::json::value UpdateWatermarkTemplateResponse::toJson() const
{
    web::json::value val = web::json::value::object();


    return val;
}

bool UpdateWatermarkTemplateResponse::fromJson(const web::json::value& val)
{
    bool ok = true;
    
    return ok;
}

}
}
}
}
}