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

AppTrackInfo

import type { AppTrackInfo } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

Id to name association of a app track.

interface AppTrackInfo {
trackAlias?: string;
trackId?: string;
}

§Properties

§
trackAlias?: string
[src]

The track name associated with the trackId, set in the Play Console. The name is modifiable from Play Console.

§
trackId?: string
[src]

The unmodifiable unique track identifier, taken from the releaseTrackId in the URL of the Play Console page that displays the app’s track information.