|
ORE Studio 0.0.4
|
Represents a folder for organizing server connections hierarchically. More...
#include <folder.hpp>

Public Attributes | |
| boost::uuids::uuid | id |
| Unique identifier for this folder. | |
| std::string | name |
| Display name of the folder. | |
| std::optional< boost::uuids::uuid > | parent_id |
| Parent folder ID, if this is a nested folder. | |
| std::string | description |
| Optional description or notes about this folder. | |
Represents a folder for organizing server connections hierarchically.
Folders can be nested to create a tree structure. A folder with no parent_id is a root-level folder.
| std::optional<boost::uuids::uuid> parent_id |
Parent folder ID, if this is a nested folder.
If empty, this folder is at the root level.