20#ifndef ORES_ASSETS_DOMAIN_TAG_HPP
21#define ORES_ASSETS_DOMAIN_TAG_HPP
Domain types for asset management.
Definition image.hpp:29
Represents a category tag for images.
Definition tag.hpp:33
std::string modified_by
Username of the person who recorded this version in the system.
Definition tag.hpp:62
std::string change_commentary
Free-text commentary explaining the change.
Definition tag.hpp:74
std::string description
Human-readable description of the tag.
Definition tag.hpp:57
std::string name
Unique name of the tag (e.g., 'flag', 'currency', 'commodity').
Definition tag.hpp:52
int version
Version number for optimistic locking and change tracking.
Definition tag.hpp:37
std::string tag_id
Unique identifier for the tag (UUID).
Definition tag.hpp:47
std::string performed_by
Username of the account that performed this operation.
Definition tag.hpp:79
std::string tenant_id
Tenant identifier for multi-tenancy isolation.
Definition tag.hpp:42
std::string change_reason_code
Code identifying the reason for the change.
Definition tag.hpp:69
std::string recorded_at
Timestamp when this version of the record was recorded in the system.
Definition tag.hpp:84