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

RelatedUrl

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

Metadata for any related URL information.

interface RelatedUrl {
label?: string;
url?: string;
}

§Properties

§
label?: string
[src]

Label to describe usage of the URL.

§
url?: string
[src]

Specific URL associated with the resource.