Screenshot
import type { Screenshot } from "https://googleapis.deno.dev/v1/compute:v1.ts";An instance's screenshot.
interface Screenshot {
contents?: string;
readonly kind?: string;
}import type { Screenshot } from "https://googleapis.deno.dev/v1/compute:v1.ts";An instance's screenshot.