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;
}