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

Version

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

Application software version.

interface Version {
buildVersion?: string;
displayName?: string;
displayVersion?: string;
tracks?: PlayTrack[];
}

§Properties

§
buildVersion?: string
[src]

Mobile only. One display_version can have many build_version. On Android, strictly the same as "version code". On iOS, strictly the same as "build number" or CFBundleVersion.

§
displayName?: string
[src]

Compound readable string containing both display and build versions. Format: "display_version (build_version)" e.g. "1.2.3 (456)". This string can be used for filtering with the VersionFilter.display_name field.

§
displayVersion?: string
[src]

Readable version string, e.g. "1.2.3". On Android, strictly the same as "version name". On iOS, strictly the same as "version number" or CFBundleShortVersionString.

§
tracks?: PlayTrack[]
[src]

Indicates releases which have artifacts that are currently available in the Play Store to the target audience of the track. Versions may be available in multiple tracks.