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

UpdateGameConfigurationRequest

import type { UpdateGameConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/gamesparks.ts?docs=full";
interface UpdateGameConfigurationRequest {
GameName: string;
Modifications: SectionModification[];
}

§Properties

§
GameName: string
[src]

The name of the game.

§
Modifications: SectionModification[]
[src]

The list of modifications to make.