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

InstanceIosDetails

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

The iOS details resource.

interface InstanceIosDetails {
bundleIdentifier?: string;
itunesAppId?: string;
kind?: string;
preferredForIpad?: boolean;
preferredForIphone?: boolean;
supportIpad?: boolean;
supportIphone?: boolean;
}

§Properties

§
bundleIdentifier?: string
[src]

Bundle identifier.

§
itunesAppId?: string
[src]

iTunes App ID.

§
kind?: string
[src]

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

§
preferredForIpad?: boolean
[src]

Indicates that this instance is the default for new installations on iPad devices.

§
preferredForIphone?: boolean
[src]

Indicates that this instance is the default for new installations on iPhone devices.

§
supportIpad?: boolean
[src]

Flag to indicate if this instance supports iPad.

§
supportIphone?: boolean
[src]

Flag to indicate if this instance supports iPhone.