Alias de type ParentDocumentObject
ParentDocumentObject
est une interface décrivant les attributs d'un dossier parent pour un élément sélectionné.
Signature
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>;
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/11/09 (UTC).
[null,null,["Dernière mise à jour le 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"]]