Dodatki do Google Classroom są teraz ogólnie dostępne dla programistów. Więcej informacji znajdziesz w
dokumentacji dodatków.
YouTubeVideo
Zapis JSON |
{
"id": string,
"title": string,
"alternateLink": string,
"thumbnailUrl": string
} |
Pola |
id |
string
Identyfikator zasobu interfejsu YouTube API.
|
title |
string
Tytuł filmu w YouTube. Tylko do odczytu.
|
alternateLink |
string
Adres URL, pod którym można obejrzeć film w YouTube. Tylko do odczytu.
|
thumbnailUrl |
string
Adres URL miniatury filmu w YouTube. Tylko do odczytu.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]