Comment
Comment
¶
Bases: object
{ "kind": "drive#comment", "selfLink": string, "commentId": string, "createdDate": datetime, "modifiedDate": datetime, "author": { "kind": "drive#user", "displayName": string, "picture": { "url": string }, "isAuthenticatedUser": boolean, "permissionId": string, "emailAddress": string }, "htmlContent": string, "content": string, "deleted": boolean, "status": string, "context": { "type": string, "value": string }, "anchor": string, "fileId": string, "fileTitle": string, "replies": [ replies Resource ] }
Source code in pygsuite/common/comment.py
Reply
¶
Bases: object
{ "kind": "drive#commentReply", "replyId": string, "createdDate": datetime, "modifiedDate": datetime, "author": { "kind": "drive#user", "displayName": string, "picture": { "url": string }, "isAuthenticatedUser": boolean, "permissionId": string, "emailAddress": string }, "htmlContent": string, "content": string, "deleted": boolean, "verb": string }