FileComment

FileComment

A comment on a file.

JSON representation
 { 
 "legacyCommentId" 
 : 
 string 
 , 
 "legacyDiscussionId" 
 : 
 string 
 , 
 "linkToDiscussion" 
 : 
 string 
 , 
 "parent" 
 : 
 { 
 object (  DriveItem 
 
) 
 } 
 } 
Fields
legacyCommentId

string

The comment in the discussion thread. This identifier is an opaque string compatible with the Drive API; see https://developers.google.com/drive/v3/reference/comments/get

legacyDiscussionId

string

The discussion thread to which the comment was added. This identifier is an opaque string compatible with the Drive API and references the first comment in a discussion; see https://developers.google.com/drive/v3/reference/comments/get

parent

object ( DriveItem )

The Drive item containing this comment.