Class FileComment
A comment on a file.
Inheritance
System.Object
FileComment
Implements
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class FileComment : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LegacyCommentId
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
Declaration
public virtual string LegacyCommentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LegacyDiscussionId
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
Declaration
public virtual string LegacyDiscussionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LinkToDiscussion
The link to the discussion thread containing this comment, for example, "https://docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID".
Declaration
public virtual string LinkToDiscussion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Parent
The Drive item containing this comment.
Declaration
public virtual DriveItem Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| DriveItem |