Dodatki do Google Classroom są teraz ogólnie dostępne dla programistów. Więcej informacji znajdziesz w
dokumentacji dodatków.
YouTubeVideo
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Element zamówienia typu film w YouTube.
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, którego można użyć do wyświetlenia filmu 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: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],[],null,["# YouTubeVideo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nYouTube video item.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"title\": string, \"alternateLink\": string, \"thumbnailUrl\": string } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------|\n| `id` | `string` YouTube API resource ID. |\n| `title` | `string` Title of the YouTube video. Read-only. |\n| `alternateLink` | `string` URL that can be used to view the YouTube video. Read-only. |\n| `thumbnailUrl` | `string` URL of a thumbnail image of the YouTube video. Read-only. |"]]