PullRequestComment
import type { PullRequestComment } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
PullRequestComment represents a comment on a pull request.
interface PullRequestComment {
code?: Code;
comment?: Comment;
readonly createTime?: Date;
name?: string;
review?: Review;
readonly updateTime?: Date;
}