Home
last modified time | relevance | path

Searched refs:ReleaseType (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dsoftware_inventory.hpp15 enum class ReleaseType{ enum
29 NLOHMANN_JSON_SERIALIZE_ENUM(ReleaseType, {
30 {ReleaseType::Invalid, "Invalid"},
31 {ReleaseType::Production, "Production"},
32 {ReleaseType::Prototype, "Prototype"},
33 {ReleaseType::Other, "Other"},