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

GoogleChecksRepoScanV1alphaScmMetadata

import type { GoogleChecksRepoScanV1alphaScmMetadata } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";

SCM metadata.

interface GoogleChecksRepoScanV1alphaScmMetadata {
branch?: string;
remoteUri?: string;
revisionId?: string;
}

§Properties

§
branch?: string
[src]

Required. Branch name.

§

Optional. Contains info about the associated pull request. This is only populated for pull request scans.

§
remoteUri?: string
[src]

Required. Git remote URL.

§
revisionId?: string
[src]

Required. Revision ID, e.g. Git commit hash.