GoogleChecksRepoScanV1alphaScmMetadata
import type { GoogleChecksRepoScanV1alphaScmMetadata } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";
SCM metadata.
interface GoogleChecksRepoScanV1alphaScmMetadata {
branch?: string;
pullRequest?: GoogleChecksRepoScanV1alphaPullRequest;
remoteUri?: string;
revisionId?: string;
}§Properties
§
pullRequest?: GoogleChecksRepoScanV1alphaPullRequest
[src]Optional. Contains info about the associated pull request. This is only populated for pull request scans.