workbookComment resource type
Namespace: microsoft.graph
Represents a comment in a workbook.
Methods
Method | Return Type | Description |
---|---|---|
List | workbookComment collection | Get a workbookComment object collection. |
Get | workbookComment | Read the properties and relationships of a workbookComment object. |
Properties
Property | Type | Description |
---|---|---|
content | String | The content of the comment. |
contentType | String | The content type of the comment. |
id | String | The unique identifier of the comment. Read-only. |
Relationships
Relationship | Type | Description |
---|---|---|
replies | workbookCommentReply collection | The list of replies to the comment. Read-only. Nullable. |
JSON representation
The following JSON representation shows the resource type.
{
"content": "String",
"contentType": "String",
"id": "String (identifier)"
}