BatchDeleteDocumentResponse constructor
BatchDeleteDocumentResponse({
- List<
BatchDeleteDocumentResponseFailedDocument> ? failedDocuments,
Implementation
BatchDeleteDocumentResponse({
this.failedDocuments,
});