Comment
import type { Comment } from "https://googleapis.deno.dev/v1/drive:v3.ts";
A comment on a file. Some resource methods (such as comments.update
)
require a commentId
. Use the comments.list
method to retrieve the ID for
a comment in a file.
§Properties
A region of the document represented as a JSON string. For details on defining anchor properties, refer to Manage comments and replies.
Output only. The email of the user who is assigned to this comment, if none is assigned this will be unset.
The plain text content of the comment. This field is used for setting the
content, while htmlContent
should be displayed.
Output only. Whether the comment has been deleted. A deleted comment has no content.
Output only. Identifies what kind of resource this is. Value: the fixed
string "drive#comment"
.
Output only. The emails of the users who were mentioned in this comment, if none were mentioned this will be an empty list.
The last time the comment or any of its replies was modified (RFC 3339 date-time).