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

SnapshotImage

import type { SnapshotImage } from "https://googleapis.deno.dev/v1/games:v1.ts";

An image of a snapshot.

interface SnapshotImage {
height?: number;
kind?: string;
mime_type?: string;
url?: string;
width?: number;
}

§Properties

§
height?: number
[src]

The height of the image.

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string games#snapshotImage.

§
mime_type?: string
[src]

The MIME type of the image.

§
url?: string
[src]

The URL of the image. This URL may be invalidated at any time and should not be cached.

§
width?: number
[src]

The width of the image.