|
ORE Studio 0.0.4
|
Represents an association between an image and a tag. More...
#include <image_tag.hpp>

Public Attributes | |
| utility::uuid::tenant_id | tenant_id = utility::uuid::tenant_id::system() |
| Tenant identifier for multi-tenancy isolation. | |
| boost::uuids::uuid | image_id |
| The image identifier (UUID). | |
| boost::uuids::uuid | tag_id |
| The tag identifier (UUID). | |
| std::string | assigned_by |
| Username of the person who assigned this tag to the image. | |
| std::chrono::system_clock::time_point | assigned_at |
| Timestamp when this tag was assigned to the image. | |
Represents an association between an image and a tag.
This is a junction type for the many-to-many relationship between images and tags.