playlistImage
資源代表
與播放清單相關的縮圖圖片。
方法
API 支援下列 playlistImages
資源方法:
資源表示法
下列 JSON 結構顯示 playlistImages
資源的格式:
{ "kind": "youtube#playlistImage", "id": string, "snippet": { "playlistId": string, "type": string, "width": string, "height": string, } }
屬性
下表定義了這個資源中顯示的屬性:
屬性 | |
---|---|
kind |
string 識別 API 資源的類型。值為 youtube#playlistImage 。 |
id |
string YouTube 用來識別播放清單圖片的 ID。 |
snippet |
object snippet 物件包含播放清單圖片的基本詳細資料,例如類型和尺寸。 |
snippet.playlistId |
string 與此圖片相關聯的播放清單 ID。 |
snippet.type |
string 圖片類型。 |
snippet.width |
string 圖片的寬度。 |
snippet.height |
string 圖片的高度。 |