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

Link

import type { Link } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Links to content such as playbooks, repositories, and other resources.

interface Link {
displayName?: string;
url?: string;
}

§Properties

§
displayName?: string
[src]

A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".

§
url?: string
[src]

The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: "https://my_domain.com/playbook?name=${resource.name}"