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/classroom:v1.ts";

URL item.

interface Link {
thumbnailUrl?: string;
title?: string;
url?: string;
}

§Properties

§
thumbnailUrl?: string
[src]

URL of a thumbnail image of the target URL. Read-only.

§
title?: string
[src]

Title of the target of the URL. Read-only.

§
url?: string
[src]

URL to link to. This must be a valid UTF-8 string containing between 1 and 2024 characters.