Skip to main content
Version: 8.9

Type Alias: DocumentCreationBatchResponse

type DocumentCreationBatchResponse = object;

Properties

createdDocuments

createdDocuments: DocumentReference[];

Documents that failed creation.


failedDocuments

failedDocuments: DocumentCreationFailureDetail[];

Documents that were successfully created.