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

StartGeneratedCodeJobRequest

import type { StartGeneratedCodeJobRequest } from "https://aws-api.deno.dev/v0.4/services/gamesparks.ts?docs=full";
interface StartGeneratedCodeJobRequest {
GameName: string;
Generator: Generator;
SnapshotId: string;
}

§Properties

§
GameName: string
[src]

The name of the game.

§
Generator: Generator
[src]

Properties of the generator to use for the job.

§
SnapshotId: string
[src]

The identifier of the snapshot for which to generate code.