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