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

IssueComment

import type { IssueComment } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";

IssueComment represents a comment on an issue.

interface IssueComment {
body?: string;
readonly createTime?: Date;
name?: string;
readonly updateTime?: Date;
}

§Properties

§
body?: string
[src]

Required. The comment body.

§
readonly createTime?: Date
[src]

Output only. Creation timestamp.

§
name?: string
[src]

Identifier. Unique identifier for an issue comment. The comment id is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue}/issueComments/{comment_id}

§
readonly updateTime?: Date
[src]

Output only. Last updated timestamp.