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

Reference

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

Represents a reference to a resource.

interface Reference {
kind?: string;
referenceType?: string;
referrer?: string;
target?: string;
}

§Properties

§
kind?: string
[src]

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

§
referenceType?: string
[src]

A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF

§
referrer?: string
[src]

URL of the resource which refers to the target.

§
target?: string
[src]

URL of the resource to which this reference points.