#include <CrestModel.h>
Definition at line 237 of file CrestModel.h.
◆ TagMetaDto() [1/2]
TagMetaDto::TagMetaDto |
( |
std::string |
tagName, |
|
|
std::string |
description, |
|
|
const TagInfoDto & |
info |
|
) |
| |
|
inline |
◆ TagMetaDto() [2/2]
TagMetaDto::TagMetaDto |
( |
| ) |
|
|
inline |
◆ from_json()
Definition at line 401 of file CrestModel.cxx.
404 tag.tagName = j.value(
"tagName",
"");
405 json infoJs = j[
"tagInfo"];
406 if (infoJs.is_string())
410 ss >> std::quoted(st);
415 tag.description = j.value(
"description",
"");
416 if (j.contains(std::string{
"insertionTime"}))
417 tag.insertionTime = j.value(
"insertionTime",
"");
◆ to_json()
json TagMetaDto::to_json |
( |
| ) |
const |
◆ description
std::string TagMetaDto::description |
◆ insertionTime
std::optional<std::string> TagMetaDto::insertionTime |
◆ tagInfo
◆ tagName
std::string TagMetaDto::tagName |
The documentation for this class was generated from the following files: