Alias de tipo ParentDocumentObject
ParentDocumentObject
é uma interface que descreve os atributos de uma pasta
mãe para um item selecionado.
Assinatura
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>;
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-11-09 UTC.
[null,null,["Última atualização 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"]]