Ssdk
02f58884创建于 2023年9月14日历史提交


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

}
}
}
}
}