Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1019 Bytes

ProjectMemberEntity.md

File metadata and controls

16 lines (12 loc) · 1019 Bytes

ProjectMemberEntity

Properties

Name Type Description Notes
Id int32 the project member id [optional] [default to null]
ProjectId int32 the project id [optional] [default to null]
EntityName string the name of the group member. [optional] [default to null]
RoleName string the name of the role [optional] [default to null]
RoleId int32 the role id [optional] [default to null]
EntityId int32 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] [default to null]
EntityType string the entity's type, u for user entity, g for group entity. [optional] [default to null]

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