Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 889 Bytes

ProjectMemberEntity.md

File metadata and controls

16 lines (12 loc) · 889 Bytes

ProjectMemberEntity

Properties

Name Type Description Notes
id int the project member id [optional]
project_id int the project id [optional]
entity_name str the name of the group member. [optional]
role_name str the name of the role [optional]
role_id int the role id [optional]
entity_id int the id of entity, if the member is a user, it is user_id in user table. if the member is a user group, it is the user group's ID in user_group table. [optional]
entity_type str the entity's type, u for user entity, g for group entity. [optional]

[Back to Model list] [Back to API list] [Back to README]