commentAction 资源类型
命名空间:microsoft.graph
commentAction 资源提供有关对项目 [进行注释活动][]的信息。
注意: 项目活动记录当前仅适用于SharePoint OneDrive for Business。
属性
| 属性名称 | 类型 | 说明 |
|---|---|---|
| isReply | boolean | 如果为 true,此活动是对现有注释线程的回复。 |
| parentAuthor | identitySet | 启动注释线程的用户的标识。 |
| participants | identitySet 集合 | 参与此注释线程的用户的标识。 |
JSON 表示形式
{
"isReply": false,
"parentAuthor": {"@odata.type": "microsoft.graph.identitySet"},
"participants": [{"@odata.type": "microsoft.graph.identitySet"}]
}
反馈
提交和查看相关反馈