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

GoogleChecksReportV1alphaAppBundle

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

Information about the analyzed app bundle.

interface GoogleChecksReportV1alphaAppBundle {
bundleId?: string;
codeReferenceId?: string;
releaseType?: "APP_BUNDLE_RELEASE_TYPE_UNSPECIFIED" | "PUBLIC" | "PRE_RELEASE";
version?: string;
versionId?: string;
}

§Properties

§
bundleId?: string
[src]

Unique id of the bundle. For example: "com.google.Gmail".

§
codeReferenceId?: string
[src]

Git commit hash or changelist number associated with the release.

§
releaseType?: "APP_BUNDLE_RELEASE_TYPE_UNSPECIFIED" | "PUBLIC" | "PRE_RELEASE"
[src]

Identifies the type of release.

§
version?: string
[src]

The user-visible version of the bundle such as the Android versionName or iOS CFBundleShortVersionString. For example: "7.21.1".

§
versionId?: string
[src]

The version used throughout the operating system and store to identify the build such as the Android versionCode or iOS CFBundleVersion.