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