Введите псевдоним ParentDocumentObject
ParentDocumentObject
— это интерфейс, описывающий атрибуты родительской папки для выбранного элемента.
Подпись
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>;
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-12 UTC.
[null,null,["Последнее обновление: 2024-11-12 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"]]