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
§
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.