20#ifndef ORES_CONNECTIONS_DOMAIN_FOLDER_HPP
21#define ORES_CONNECTIONS_DOMAIN_FOLDER_HPP
25#include <boost/uuid/uuid.hpp>
27namespace ores::connections::domain {
39 boost::uuids::uuid
id;
Represents a folder for organizing server connections hierarchically.
Definition folder.hpp:35
std::string description
Optional description or notes about this folder.
Definition folder.hpp:56
std::optional< boost::uuids::uuid > parent_id
Parent folder ID, if this is a nested folder.
Definition folder.hpp:51
std::string name
Display name of the folder.
Definition folder.hpp:44
boost::uuids::uuid id
Unique identifier for this folder.
Definition folder.hpp:39