#pragma once
#include "datatypes.hpp"
#include <string>
namespace oro {
struct Ping : BaseJsonReply {
std::string message;
};
} //namespace oro