BatchPutDocumentResponse constructor

BatchPutDocumentResponse({
  1. List<BatchPutDocumentResponseFailedDocument>? failedDocuments,
})

Implementation

BatchPutDocumentResponse({
  this.failedDocuments,
});