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

GoogleChecksReportV1alphaAnalyzeUploadRequest

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

The request message for ReportService.AnalyzeUpload.

interface GoogleChecksReportV1alphaAnalyzeUploadRequest {
appBinaryFileType?:
| "APP_BINARY_FILE_TYPE_UNSPECIFIED"
| "ANDROID_APK"
| "ANDROID_AAB"
| "IOS_IPA";
codeReferenceId?: string;
}

§Properties

§
appBinaryFileType?: "APP_BINARY_FILE_TYPE_UNSPECIFIED" | "ANDROID_APK" | "ANDROID_AAB" | "IOS_IPA"
[src]

Optional. The type of the uploaded app binary. If not provided, the server assumes APK file for Android and IPA file for iOS.

§
codeReferenceId?: string
[src]

Optional. Git commit hash or changelist number associated with the upload.