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

InstanceSettingsMetadata

import type { InstanceSettingsMetadata } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceSettingsMetadata {
items?: {
[key: string]: string;
}
;
kind?: string;
}

§Properties

§
items?: {
[key: string]: string;
}
[src]

A metadata key/value items map. The total size of all keys and values must be less than 512KB.

§
kind?: string
[src]

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