19 std::string display_name;
20 enum class Type { QUANTITY, STRING, ENUM };
21 Type type = Type::STRING;
24 bool no_milli =
false;
26 std::vector<std::string> enum_items;
29 std::string format(
const std::string &v)
const;
30 std::string format(
double v)
const;