#include <CheckForUpdates.hpp>
Latest Enigma release information data struct
Definition at line 83 of file CheckForUpdates.hpp.
◆ LatestReleaseInfo()
CheckForUpdates::LatestReleaseInfo::LatestReleaseInfo |
( |
| ) |
|
|
inlinenoexcept |
◆ ~LatestReleaseInfo()
CheckForUpdates::LatestReleaseInfo::~LatestReleaseInfo |
( |
| ) |
|
|
defaultnoexcept |
◆ FromJson()
static std::unique_ptr<LatestReleaseInfo> CheckForUpdates::LatestReleaseInfo::FromJson |
( |
const nlohmann::json & |
obj | ) |
|
|
inlinestatic |
◆ toString()
std::string CheckForUpdates::LatestReleaseInfo::toString |
( |
| ) |
|
|
inlinenoexcept |
◆ body
std::string CheckForUpdates::LatestReleaseInfo::body |
◆ created_at
std::string CheckForUpdates::LatestReleaseInfo::created_at |
◆ name
std::string CheckForUpdates::LatestReleaseInfo::name |
◆ published_at
std::string CheckForUpdates::LatestReleaseInfo::published_at |
◆ tag_name
std::string CheckForUpdates::LatestReleaseInfo::tag_name |
◆ tarball_url
std::string CheckForUpdates::LatestReleaseInfo::tarball_url |
◆ version
Version CheckForUpdates::LatestReleaseInfo::version |
◆ zipball_url
std::string CheckForUpdates::LatestReleaseInfo::zipball_url |
The documentation for this struct was generated from the following file: