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

UpdateSnapshotRequest

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

§Properties

§
Description?: string | null
[src]

The description of the snapshot.

§
GameName: string
[src]

The name of the game.

§
SnapshotId: string
[src]

The identifier of the snapshot.