Digita alias ParentDocumentObject
ParentDocumentObject
è un'interfaccia che descrive gli attributi di una
cartella principale per un elemento selezionato.
Firma
type ParentDocumentObject = Pick<
DocumentObject,
|Document.DESCRIPTION|Document.LAST_EDITED_UTC|Document.MIME_TYPE|
Document.NAME|Document.ICON_URL|Document.ID|Document.IS_NEW|
Document.SERVICE_ID|Document.THUMBNAILS|Document.TYPE|Document.URL>;
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-11-09 UTC.
[null,null,["Ultimo aggiornamento 2024-11-09 UTC."],[[["`ParentDocumentObject` interface defines the attributes of a parent folder for a selected item."],["It uses `Pick` to select specific properties from the `DocumentObject` interface, including description, last edited time, MIME type, name, icon URL, ID, status (new or not), service ID, thumbnails, type, and URL."]]],["`ParentDocumentObject` is an interface that defines the characteristics of a parent folder for a selected item. It is created by selecting specific attributes from `DocumentObject`. The chosen attributes, identified by `Document`, include description, last edited UTC timestamp, MIME type, name, icon URL, ID, new status, service ID, thumbnails, type, and URL. These attributes collectively describe the key properties of the parent document.\n"]]