Add-on Google Classroom kini tersedia secara umum untuk developer. Lihat
dokumentasi add-on untuk informasi selengkapnya.
DriveFolder
Representasi folder Google Drive.
Representasi JSON |
{
"id": string,
"title": string,
"alternateLink": string
} |
Kolom |
id |
string
ID resource Drive API.
|
title |
string
Judul folder Drive. Hanya baca.
|
alternateLink |
string
URL yang dapat digunakan untuk mengakses folder Drive. Hanya baca.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-12-06 UTC.
[null,null,["Terakhir diperbarui pada 2024-12-06 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."]]],[]]