#include <CrestModel.h>
Definition at line 54 of file CrestModel.h.
◆ GlobalTagDto() [1/2]
GlobalTagDto::GlobalTagDto |
( |
const char * |
_name, |
|
|
const char * |
_description, |
|
|
const char * |
_release, |
|
|
const char * |
_workflow |
|
) |
| |
◆ GlobalTagDto() [2/2]
GlobalTagDto::GlobalTagDto |
( |
| ) |
|
◆ from_json()
Definition at line 155 of file CrestModel.cxx.
160 globalTag.description = j.value(
"description",
"");
161 globalTag.release = j.value(
"release",
"");
162 if (j.contains(std::string{
"insertionTime"}))
163 globalTag.insertionTime = j.value(
"insertionTime",
"");
164 globalTag.snapshotTime = j.value(
"snapshotTime",
"");
165 globalTag.scenario = j.value(
"scenario",
"");
166 globalTag.workflow = j.value(
"workflow",
"");
168 globalTag.snapshotTimeMilli = j.value(
"snapshotTimeMilli", 0);
169 globalTag.insertionTimeMilli = j.value(
"insertionTimeMilli", 0);
◆ to_json()
json GlobalTagDto::to_json |
( |
| ) |
const |
◆ description
std::string GlobalTagDto::description |
◆ insertionTime
std::optional<std::string> GlobalTagDto::insertionTime |
◆ insertionTimeMilli
int64_t GlobalTagDto::insertionTimeMilli |
◆ name
std::string GlobalTagDto::name |
◆ release
std::string GlobalTagDto::release |
◆ scenario
std::string GlobalTagDto::scenario |
◆ snapshotTime
std::string GlobalTagDto::snapshotTime |
◆ snapshotTimeMilli
int64_t GlobalTagDto::snapshotTimeMilli |
◆ type
std::string GlobalTagDto::type |
◆ validity
int64_t GlobalTagDto::validity |
◆ workflow
std::string GlobalTagDto::workflow |
The documentation for this class was generated from the following files: