workbookComment 资源类型
命名空间:microsoft.graph
表示工作簿中的注释。
方法
方法 | 返回类型 | Description |
---|---|---|
List | workbookComment 集合 | 获取 workbookComment 对象集合。 |
Get | workbookComment | 读取 workbookComment 对象的属性和关系。 |
属性
属性 | 类型 | 说明 |
---|---|---|
内容 | String | 批注的内容。 |
contentType | String | 批注的内容类型。 |
id | String | 注释的唯一标识符。 只读。 |
关系
关系 | 类型 | 说明 |
---|---|---|
答复 | workbookCommentReply 集合 | 批注的答复列表。 此为只读属性。 可为 Null。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"content": "String",
"contentType": "String",
"id": "String (identifier)"
}