Name | Type | Description | Notes |
---|---|---|---|
id | int | 评论的 id | [optional] |
type | string | 评论类型 | [optional] |
author | \GiteeEnterprise\Model\UserWithRemark | 评论发起人 | [optional] |
content | string | 评论内容(markdown 格式) | [optional] |
contentHtml | string | 评论内容(html 格式) | [optional] |
suggestions | null[] | 代码建议汇集信息{changed: boolean 代码是否不一致, raw: string 建议的code} | [optional] |
reactions | \GiteeEnterprise\Model\Reaction | 表态 | [optional] |
operating | object | 评论编辑、删除权限 | [optional] |
createdAt | string | 创建时间 | [optional] |
updatedAt | string | 更新时间 | [optional] |
lineCode | string | 代码行标记 | [optional] |