DriveFile

Google ドライブ ファイルの表現。

JSON 表現
{
  "id": string,
  "title": string,
  "alternateLink": string,
  "thumbnailUrl": string
}
フィールド
id

string

Drive API リソース ID。

title

string

ドライブ アイテムのタイトル。

読み取り専用です。

thumbnailUrl

string

ドライブ アイテムのサムネイル画像の URL。

読み取り専用です。