ProjectMember
Properties
| Name |
Type |
Description |
Notes |
| id |
int |
用户 id |
[optional] |
| name |
string |
用户名称 |
[optional] |
| nickname |
string |
用户昵称 |
[optional] |
| username |
string |
用户个性域名 |
[optional] |
| target |
string |
跳转类型 |
[optional] |
| avatarUrl |
string |
用户头像链接 |
[optional] |
| email |
string |
用户邮箱 |
[optional] |
| isEnterpriseMember |
bool |
是否是企业成员 |
[optional] |
| isHistoryMember |
bool |
是否是已离职成员 |
[optional] |
| accessLevel |
string |
用户企业角色名称 |
[optional] |
| accessLevelIdent |
string |
用户企业角色ident |
[optional] |
| isBlocked |
bool |
是否被锁定 |
[optional] |
| isMyself |
bool |
是否是自己 |
[optional] |
| projectAccess |
string |
用户在仓库中的级别 |
[optional] |
| projectAccessName |
string |
用户在仓库中的级别名称 |
[optional] |
| projectCreator |
bool |
是否是仓库创建者 |
[optional] |
| projectOwner |
bool |
是否是仓库拥有者 |
[optional] |
| joinAt |
string |
加入时间 |
[optional] |
[Back to Model list] [Back to API list] [Back to README]