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

CreateGameRequest

import type { CreateGameRequest } from "https://aws-api.deno.dev/v0.4/services/gamesparks.ts?docs=full";
interface CreateGameRequest {
ClientToken?: string | null;
Description?: string | null;
GameName: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ClientToken?: string | null
[src]

A client-defined token. With an active client token in the request, this action is idempotent.

§
Description?: string | null
[src]

The description of the game.

§
GameName: string
[src]

The name of the game.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The list of tags to apply to the game.