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

InstanceWebDetails

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

The Web details resource.

interface InstanceWebDetails {
kind?: string;
launchUrl?: string;
preferred?: boolean;
}

§Properties

§
kind?: string
[src]

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

§
launchUrl?: string
[src]

Launch URL for the game.

§
preferred?: boolean
[src]

Indicates that this instance is the default for new installations.