ProjectMemberList
Properties
| Name |
Type |
Description |
Notes |
| id |
int |
成员 id |
[optional] |
| userId |
int |
user id |
[optional] |
| name |
string |
用户名称 |
[optional] |
| nickname |
string |
用户昵称 |
[optional] |
| username |
string |
username |
[optional] |
| avatarUrl |
string |
用户头像链接 |
[optional] |
| target |
string |
跳转类型 |
[optional] |
| isMyself |
bool |
是否是自己 |
[optional] |
| isEnterpriseMember |
bool |
是否是企业成员 |
[optional] |
| currentUserIsAdmin |
bool |
当前用户是否为仓库组管理员 |
[optional] |
| currentUserIsGroupAdmin |
bool |
当前用户是否为团队管理员 |
[optional] |
| isBlocked |
bool |
是否被锁定 |
[optional] |
| email |
string |
用户邮箱 |
[optional] |
| projectAccess |
int |
用户在仓库中的级别 |
[optional] |
| projectAccessName |
string |
用户在仓库中的级别名称 |
[optional] |
| projectOwner |
bool |
是否是仓库拥有者 |
[optional] |
| expiredAt |
string |
过期时间 |
[optional] |
| createdAt |
string |
加入时间 |
[optional] |
| authSource |
int |
0: 直接成员 1:顶级仓库组 2:顶级团队 |
[optional] |
| rootProjectGroup |
\GiteeEnterprise\Model\ProjectGroup |
仓库组 |
[optional] |
| rootGroup |
\GiteeEnterprise\Model\Group |
继承的团队 |
[optional] |
[Back to Model list] [Back to API list] [Back to README]