ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
environment_tag Struct Referencefinal

Junction type for the many-to-many relationship between environments and tags. More...

#include <environment_tag.hpp>

Collaboration diagram for environment_tag:
Collaboration graph

Public Attributes

boost::uuids::uuid environment_id
 The environment being tagged.
 
boost::uuids::uuid tag_id
 The tag being applied.
 

Detailed Description

Junction type for the many-to-many relationship between environments and tags.

This type represents the association between a server_environment and a tag. An environment can have multiple tags, and a tag can be applied to multiple environments.