Show / Hide Table of Contents

Class FileComment

A comment on a file.

Inheritance
object
FileComment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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/workspace/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/workspace/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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX