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

GetApkDetailsResponse

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

Response containing the details of the specified Android application.

interface GetApkDetailsResponse {
apkDetail?: ApkDetail;
}

§Properties

§
apkDetail?: ApkDetail
[src]

Details of the Android App.