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