Google Classroom add-ons are now generally available to developers! Please see the
add-ons documentation for more information.
YouTubeVideo
JSON representation |
{
"id": string,
"title": string,
"alternateLink": string,
"thumbnailUrl": string
} |
Fields |
id |
string
YouTube API resource ID.
|
title |
string
Title of the YouTube video. Read-only.
|
alternateLink |
string
URL that can be used to view the YouTube video. Read-only.
|
thumbnailUrl |
string
URL of a thumbnail image of the YouTube video. 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-09-03 UTC.
[null,null,["Last updated 2024-09-03 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."]]],[]]