Google Classroom add-ons are now generally available to developers! Please see the
add-ons documentation for more information.
Link
JSON representation |
{
"url": string,
"title": string,
"thumbnailUrl": string
} |
Fields |
url |
string
URL to link to. This must be a valid UTF-8 string containing between 1 and 2024 characters.
|
title |
string
Title of the target of the URL. Read-only.
|
thumbnailUrl |
string
URL of a thumbnail image of the target URL. Read-only.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-05 UTC.
[null,null,["Last updated 2024-12-05 UTC."],[[["URLs are represented as JSON objects with `url`, `title`, and `thumbnailUrl` fields."],["The `url` field is a required string containing the link destination and must be between 1 and 2024 characters."],["The `title` and `thumbnailUrl` fields are read-only and provide the title and thumbnail image URL of the linked content, respectively."]]],[]]