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

AchievementsIncrementOptions

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

Additional options for Games#achievementsIncrement.

interface AchievementsIncrementOptions {
requestId?: bigint;
stepsToIncrement: number;
}

§Properties

§
requestId?: bigint
[src]

A randomly generated numeric ID for each request specified by the caller. This number is used at the server to ensure that the request is handled correctly across retries.

§
stepsToIncrement: number
[src]

Required. The number of steps to increment.