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

GetExtensionVersionRequest

import type { GetExtensionVersionRequest } from "https://aws-api.deno.dev/v0.4/services/gamesparks.ts?docs=full";
interface GetExtensionVersionRequest {
ExtensionVersion: string;
Name: string;
Namespace: string;
}

§Properties

§
ExtensionVersion: string
[src]

The version of the extension.

§
Name: string
[src]

The name of the extension.

§
Namespace: string
[src]

The namespace (qualifier) of the extension.