TreeNote
Properties
Name |
Type |
Description |
Notes |
id |
int |
评论的 id |
[optional] |
type |
string |
评论类型 |
[optional] |
author |
\GiteeEnterprise\Model\UserWithRemark |
评论发起人 |
[optional] |
content |
string |
评论内容(markdown 格式) |
[optional] |
contentHtml |
string |
评论内容(html 格式) |
[optional] |
createdAt |
string |
创建时间 |
[optional] |
updatedAt |
string |
更新时间 |
[optional] |
ancestry |
string |
祖先层级 |
[optional] |
head |
string |
是否最外层评论 |
[optional] |
parent |
string |
是否父级评论 |
[optional] |
operating |
object |
评论编辑、删除权限 |
[optional] |
reactions |
\GiteeEnterprise\Model\Reaction |
表态 |
[optional] |
[Back to Model list] [Back to API list] [Back to README]