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

RichLinkProperties

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

Properties specific to a RichLink.

interface RichLinkProperties {
readonly mimeType?: string;
readonly title?: string;
readonly uri?: string;
}

§Properties

§
readonly mimeType?: string
[src]

Output only. The MIME type of the RichLink, if there's one (for example, when it's a file in Drive).

§
readonly title?: string
[src]

Output only. The title of the RichLink as displayed in the link. This title matches the title of the linked resource at the time of the insertion or last update of the link. This field is always present.

§
readonly uri?: string
[src]

Output only. The URI to the RichLink. This is always present.