Version 1.0.0-rc.12
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Jungfraujoch writer
|
||||
* Jungfraujoch Writer Web API
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0.rc_11
|
||||
* The version of the OpenAPI document: 1.0.0-rc.12
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
@@ -102,7 +102,7 @@ bool Writer_statistics::operator!=(const Writer_statistics& rhs) const
|
||||
|
||||
void to_json(nlohmann::json& j, const Writer_statistics& o)
|
||||
{
|
||||
j = nlohmann::json();
|
||||
j = nlohmann::json::object();
|
||||
if(o.nimagesIsSet())
|
||||
j["nimages"] = o.m_Nimages;
|
||||
if(o.performanceMBsIsSet())
|
||||
|
||||
Reference in New Issue
Block a user