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