Hhuaweicloud
ad858546创建于 2023年7月15日历史提交


#include "huaweicloud/dds/v3/model/DeleteConfigurationResponse.h"

namespace HuaweiCloud {
namespace Sdk {
namespace Dds {
namespace V3 {
namespace Model {




DeleteConfigurationResponse::DeleteConfigurationResponse()
{
}

DeleteConfigurationResponse::~DeleteConfigurationResponse() = default;

void DeleteConfigurationResponse::validate()
{
}

web::json::value DeleteConfigurationResponse::toJson() const
{
    web::json::value val = web::json::value::object();


    return val;
}

bool DeleteConfigurationResponse::fromJson(const web::json::value& val)
{
    bool ok = true;
    
    return ok;
}

}
}
}
}
}