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

Application

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

The Application resource.

interface Application {
achievement_count?: number;
assets?: ImageAsset[];
author?: string;
description?: string;
enabledFeatures?: "SNAPSHOTS"[];
id?: string;
instances?: Instance[];
kind?: string;
lastUpdatedTimestamp?: bigint;
leaderboard_count?: number;
name?: string;
themeColor?: string;
}

§Properties

§
achievement_count?: number
[src]

The number of achievements visible to the currently authenticated player.

§
assets?: ImageAsset[]
[src]

The assets of the application.

§
author?: string
[src]

The author of the application.

§

The category of the application.

§
description?: string
[src]

The description of the application.

§
enabledFeatures?: "SNAPSHOTS"[]
[src]

A list of features that have been enabled for the application.

§
id?: string
[src]

The ID of the application.

§
instances?: Instance[]
[src]

The instances of the application.

§
kind?: string
[src]

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

§
lastUpdatedTimestamp?: bigint
[src]

The last updated timestamp of the application.

§
leaderboard_count?: number
[src]

The number of leaderboards visible to the currently authenticated player.

§
name?: string
[src]

The name of the application.

§
themeColor?: string
[src]

A hint to the client UI for what color to use as an app-themed color. The color is given as an RGB triplet (e.g. "E0E0E0").