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

ImageAsset

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

An image asset object.

interface ImageAsset {
height?: number;
kind?: string;
name?: string;
url?: string;
width?: number;
}

§Properties

§
height?: number
[src]

The height of the asset.

§
kind?: string
[src]

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

§
name?: string
[src]

The name of the asset.

§
url?: string
[src]

The URL of the asset.

§
width?: number
[src]

The width of the asset.