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 address of the user assigned to this comment. If no user is assigned, the field is 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. A list of email addresses for users mentioned in this comment. If no users are mentioned, the list is empty.
The last time the comment or any of its replies was modified (RFC 3339 date-time).