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

AchievementResetMultipleForAllRequest

import type { AchievementResetMultipleForAllRequest } from "https://googleapis.deno.dev/v1/gamesManagement:v1management.ts";
interface AchievementResetMultipleForAllRequest {
achievement_ids?: string[];
kind?: string;
}

§Properties

§
achievement_ids?: string[]
[src]

The IDs of achievements to reset.

§
kind?: string
[src]

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