workbookComment 资源类型
命名空间:microsoft.graph
表示工作簿中的注释。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出 workbookComments | workbookComment 集合 | 获取 workbookComment 对象集合。 |
| 获取 workbookComment | workbookComment | 读取 workbookComment 对象的属性和关系。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 内容 | String | 注释的内容。 |
| contentType | String | 指示注释的类型。 |
| id | String | 表示批注标识符。 只读。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| replies | workbookCommentReply 集合 | 只读。可为空。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"content": "String",
"contentType": "String",
"id": "String (identifier)"
}
反馈
提交和查看相关反馈