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

LeaderboardConfigurationDetail

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

A leaderboard configuration detail.

interface LeaderboardConfigurationDetail {
iconUrl?: string;
kind?: string;
sortRank?: number;
}

§Properties

§
iconUrl?: string
[src]

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

§
kind?: string
[src]

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

§

Localized strings for the leaderboard name.

§

The score formatting for the leaderboard.

§
sortRank?: number
[src]

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