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

AchievementUpdateMultipleResponse

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

Response message for UpdateMultipleAchievements rpc.

interface AchievementUpdateMultipleResponse {
kind?: string;
updatedAchievements?: AchievementUpdateResponse[];
}

§Properties

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string games#achievementUpdateMultipleResponse.

§
updatedAchievements?: AchievementUpdateResponse[]
[src]

The updated state of the achievements.