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