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

GeminiGem

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

Gemini Gem link.

interface GeminiGem {
id?: string;
title?: string;
url?: string;
}

§Properties

§
id?: string
[src]

Gems resource id.

§
title?: string
[src]

Title of the Gem. Read-only.

§
url?: string
[src]

URL that can be used to access the Gem. Read-only.