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

AchievementConfigurationListResponse

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

A ListConfigurations response.

interface AchievementConfigurationListResponse {
kind?: string;
nextPageToken?: string;
}

§Properties

§

The achievement configurations.

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

The pagination token for the next page of results.