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

AchievementConfigurationDetail

import type { AchievementConfigurationDetail } from "https://googleapis.deno.dev/v1/gamesConfiguration:v1configuration.ts";

An achievement configuration detail.

interface AchievementConfigurationDetail {
description?: LocalizedStringBundle;
iconUrl?: string;
kind?: string;
pointValue?: number;
sortRank?: number;
}

§Properties

§

Localized strings for the achievement description.

§
iconUrl?: string
[src]

The icon url of this achievement. Writes to this field are ignored.

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string gamesConfiguration#achievementConfigurationDetail.

§

Localized strings for the achievement name.

§
pointValue?: number
[src]

Point value for the achievement.

§
sortRank?: number
[src]

The sort rank of this achievement. Writes to this field are ignored.