Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FileComment

import type { FileComment } from "https://googleapis.deno.dev/v1/driveactivity:v2.ts";

A comment on a file.

interface FileComment {
legacyCommentId?: string;
legacyDiscussionId?: string;
linkToDiscussion?: string;
parent?: DriveItem;
}

§Properties

§
legacyCommentId?: string
[src]

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
[src]

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

§
linkToDiscussion?: string
[src]

The link to the discussion thread containing this comment, for example, https://docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID.

§

The Drive item containing this comment.