id | string | The ID of the reply. |
author | object | Information about a Drive user. |
createdTime | string | The time at which the reply was created (RFC 3339 date-time). |
deleted | boolean | Whether the reply has been deleted. A deleted reply has no content. |
htmlContent | string | The content of the reply with HTML formatting. |
modifiedTime | string | The last time the reply was modified (RFC 3339 date-time). |
kind | string | Identifies what kind of resource this is. Value: the fixed string "drive#reply". |
content | string | The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. |
action | string | The action the reply performed to the parent comment. Valid values are: - resolve - reopen |