ProjectUser Objects

class ProjectUser(BaseDTO)
Data transfer object representing a user within a project. Attributes:
  • user_email str - The email address of the user.
  • user_role ProjectUserRole - The role of the user in the project, defined by the ProjectUserRole enumeration.
  • project_hash str - A unique identifier for the project.