BatchDeleteDocumentResponse constructor

BatchDeleteDocumentResponse({
  1. List<BatchDeleteDocumentResponseFailedDocument>? failedDocuments,
})

Implementation

BatchDeleteDocumentResponse({
  this.failedDocuments,
});