#include "huaweicloud/dds/v3/model/ChangeOpsWindowResponse.h"
namespace HuaweiCloud {
namespace Sdk {
namespace Dds {
namespace V3 {
namespace Model {
ChangeOpsWindowResponse::ChangeOpsWindowResponse()
{
}
ChangeOpsWindowResponse::~ChangeOpsWindowResponse() = default;
void ChangeOpsWindowResponse::validate()
{
}
web::json::value ChangeOpsWindowResponse::toJson() const
{
web::json::value val = web::json::value::object();
return val;
}
bool ChangeOpsWindowResponse::fromJson(const web::json::value& val)
{
bool ok = true;
return ok;
}
}
}
}
}
}