Google Classroom-Add-ons sind jetzt allgemein für Entwickler verfügbar. Weitere Informationen finden Sie in der
Dokumentation zu Add-ons.
YouTubeVideo
JSON-Darstellung |
{
"id": string,
"title": string,
"alternateLink": string,
"thumbnailUrl": string
} |
Felder |
id |
string
Ressourcen-ID der YouTube API
|
title |
string
Titel des YouTube-Videos Schreibgeschützt.
|
alternateLink |
string
URL, über die das YouTube-Video aufgerufen werden kann. Schreibgeschützt.
|
thumbnailUrl |
string
URL eines Thumbnail-Bilds für das YouTube-Video. Schreibgeschützt.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-22 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-22 (UTC)."],[[["YouTube video items are represented using JSON and include an ID, title, alternate link, and thumbnail URL."],["Each field within the JSON representation provides specific information about the video, such as its unique identifier, title, viewable link, and thumbnail image."],["All fields are read-only, meaning their values are set by YouTube and cannot be modified through the API."]]],[]]