Documento de enum
Document
es un tipo enumerado que se usa para describir los campos de un DocumentObject
.
Firma
export enum Document
Miembros
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-11-23 (UTC)
[null,null,["Última actualización: 2024-11-23 (UTC)"],[[["`Document` is an enumerated type that outlines the available fields within a `DocumentObject`."],["These fields offer descriptive information about a document, such as its name, ID, type, location, and other metadata."],["Each field of the `Document` enum is linked to further documentation for a deeper understanding."]]],["`Document` is an enumerated type defining fields within a `DocumentObject`. It includes members such as `ADDRESS_LINES`, `AUDIENCE`, `DESCRIPTION`, `DURATION`, `EMBEDDABLE_URL`, `ICON_URL`, `ID`, and `IS_NEW`. Other members cover aspects like `LAST_EDITED_UTC`, `LATITUDE`, `LONGITUDE`, `MIME_TYPE`, `NAME`, `NUM_CHILDREN`, `PARENT_ID`, `PHONE_NUMBERS`, `READ_ONLY`, `SERVICE_ID`, `THUMBNAILS`, `TYPE`, `URL`, and `VERSION`, each corresponding to a specific data point or characteristic of a document.\n"]]