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

Screenshot

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

An instance's screenshot.

interface Screenshot {
contents?: string;
kind?: string;
}

§Properties

§
contents?: string
[src]

[Output Only] The Base64-encoded screenshot data.

§
kind?: string
[src]

[Output Only] Type of the resource. Always compute#screenshot for the screenshots.