Hhuaweicloud
f234d255创建于 2023年8月2日历史提交


#include "huaweicloud/rds/v3/model/ChangeOpsWindowResponse.h"

namespace HuaweiCloud {
namespace Sdk {
namespace Rds {
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;
}

}
}
}
}
}