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