Google Classroom アドオンの一般提供が開始されました。詳しくは、
アドオンのドキュメントをご覧ください。
Link
JSON 表現 |
{
"url": string,
"title": string,
"thumbnailUrl": string
} |
フィールド |
url |
string
リンク先の URL。1 ~ 2,024 文字の有効な UTF-8 文字列にする必要があります。
|
title |
string
URL のターゲットのタイトル。 読み取り専用です。
|
thumbnailUrl |
string
ターゲット URL のサムネイル画像の URL。 読み取り専用です。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-06 UTC。
[null,null,["最終更新日 2024-12-06 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."]]],[]]