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

InstanceAndroidDetails

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

The Android instance details resource.

interface InstanceAndroidDetails {
enablePiracyCheck?: boolean;
kind?: string;
packageName?: string;
preferred?: boolean;
}

§Properties

§
enablePiracyCheck?: boolean
[src]

Flag indicating whether the anti-piracy check is enabled.

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string games#instanceAndroidDetails.

§
packageName?: string
[src]

Android package name which maps to Google Play URL.

§
preferred?: boolean
[src]

Indicates that this instance is the default for new installations.