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

ApplicationDetailServiceGetApkDetailsOptions

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

Additional options for Testing#applicationDetailServiceGetApkDetails.

interface ApplicationDetailServiceGetApkDetailsOptions {
[bundleLocation.gcsPath]?: string;
}

§Properties

§
[bundleLocation.gcsPath]?: string
[src]

A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)