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