20#ifndef ORES_CONNECTIONS_DOMAIN_ENVIRONMENT_TAG_HPP
21#define ORES_CONNECTIONS_DOMAIN_ENVIRONMENT_TAG_HPP
23#include <boost/uuid/uuid.hpp>
25namespace ores::connections::domain {
Junction type for the many-to-many relationship between environments and tags.
Definition environment_tag.hpp:34
boost::uuids::uuid environment_id
The environment being tagged.
Definition environment_tag.hpp:38
boost::uuids::uuid tag_id
The tag being applied.
Definition environment_tag.hpp:43