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

Instance

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

The Instance resource.

interface Instance {
acquisitionUri?: string;
androidInstance?: InstanceAndroidDetails;
iosInstance?: InstanceIosDetails;
kind?: string;
name?: string;
platformType?: "ANDROID" | "IOS" | "WEB_APP";
realtimePlay?: boolean;
turnBasedPlay?: boolean;
webInstance?: InstanceWebDetails;
}

§Properties

§
acquisitionUri?: string
[src]

URI which shows where a user can acquire this instance.

§
androidInstance?: InstanceAndroidDetails
[src]

Platform dependent details for Android.

§

Platform dependent details for iOS.

§
kind?: string
[src]

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

§
name?: string
[src]

Localized display name.

§
platformType?: "ANDROID" | "IOS" | "WEB_APP"
[src]

The platform type.

§
realtimePlay?: boolean
[src]

Flag to show if this game instance supports realtime play.

§
turnBasedPlay?: boolean
[src]

Flag to show if this game instance supports turn based play.

§

Platform dependent details for Web.