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

PlayerScoreResetResponse

import type { PlayerScoreResetResponse } from "https://googleapis.deno.dev/v1/gamesManagement:v1management.ts";

A list of reset leaderboard entry resources.

interface PlayerScoreResetResponse {
definitionId?: string;
kind?: string;
resetScoreTimeSpans?: string[];
}

§Properties

§
definitionId?: string
[src]

The ID of an leaderboard for which player state has been updated.

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#playerScoreResetResponse.

§
resetScoreTimeSpans?: string[]
[src]

The time spans of the updated score. Possible values are: - "ALL_TIME" - The score is an all-time score. - "WEEKLY" - The score is a weekly score.

  • "DAILY" - The score is a daily score.