CreateGameSessionInput
import type { CreateGameSessionInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/gamelift.ts";interface CreateGameSessionInput {
AliasId?: string | null;
CreatorId?: string | null;
FleetId?: string | null;
GameProperties?: GameProperty[] | null;
GameSessionData?: string | null;
GameSessionId?: string | null;
IdempotencyToken?: string | null;
Location?: string | null;
MaximumPlayerSessionCount: number;
Name?: string | null;
}§Properties
§
GameProperties?: GameProperty[] | null
[src]