workbookCommentReply 资源类型
命名空间:microsoft.graph
表示对批注Excel。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出 workbookCommentReplies | workbookCommentReply 集合 | 检索 workbookcommentreply 对象的列表。 |
| 获取 workbookCommentReply | workbookCommentReply | 读取 workbookCommentReply 对象的属性和关系。 |
| 创建 workbookCommentReply | workbookCommentReply | 创建新的 workbookCommentReply。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 内容 | String | 批注回复的内容。 |
| contentType | String | 指示批注回复的类型。 |
| id | String | 表示批注标识符。 只读。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"content": "String",
"contentType": "String",
"id": "String (identifier)"
}
反馈
提交和查看相关反馈