#include "huaweicloud/lts/v2/model/DisableLogCollectionResponse.h"
namespace HuaweiCloud {
namespace Sdk {
namespace Lts {
namespace V2 {
namespace Model {
DisableLogCollectionResponse::DisableLogCollectionResponse()
{
}
DisableLogCollectionResponse::~DisableLogCollectionResponse() = default;
void DisableLogCollectionResponse::validate()
{
}
web::json::value DisableLogCollectionResponse::toJson() const
{
web::json::value val = web::json::value::object();
return val;
}
bool DisableLogCollectionResponse::fromJson(const web::json::value& val)
{
bool ok = true;
return ok;
}
}
}
}
}
}