Google Classroom アドオンの一般提供が開始されました。詳しくは、
アドオンのドキュメントをご覧ください。
DriveFolder
JSON 表現 |
{
"id": string,
"title": string,
"alternateLink": string
} |
フィールド |
id |
string
Drive API のリソース ID。
|
title |
string
ドライブ フォルダのタイトル。 読み取り専用です。
|
alternateLink |
string
ドライブ フォルダへのアクセスに使用できる URL。 読み取り専用です。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["This documentation describes the JSON representation of a Google Drive folder."],["The representation includes `id`, `title`, and `alternateLink` fields, providing resource ID, title, and access URL respectively."],["All fields are read-only and represented as strings within the JSON object."]]],[]]