Ssdk
516cb0ae创建于 2023年9月12日历史提交


#include "huaweicloud/lts/v2/model/StructTemplateModel.h"

namespace HuaweiCloud {
namespace Sdk {
namespace Lts {
namespace V2 {
namespace Model {




StructTemplateModel::StructTemplateModel()
{
}

StructTemplateModel::~StructTemplateModel() = default;

void StructTemplateModel::validate()
{
}

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


    return val;
}

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

}
}
}
}
}