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

Code

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

The comment on a code line.

interface Code {
body?: string;
readonly effectiveCommitSha?: string;
readonly effectiveRootComment?: string;
position?: Position;
reply?: string;
readonly resolved?: boolean;
}

§Properties

§
body?: string
[src]

Required. The comment body.

§
readonly effectiveCommitSha?: string
[src]

Output only. The effective commit sha this code comment is pointing to.

§
readonly effectiveRootComment?: string
[src]

Output only. The root comment of the conversation, derived from the reply field.

§
position?: Position
[src]

Optional. The position of the comment.

§
reply?: string
[src]

Optional. Input only. The PullRequestComment resource name that this comment is replying to.

§
readonly resolved?: boolean
[src]

Output only. Boolean indicator if the comment is resolved.