BatchUpdateDocumentResponse constructor
BatchUpdateDocumentResponse({
- String? documentId,
- List<
Response> ? replies, - WriteControl? writeControl,
Implementation
BatchUpdateDocumentResponse({
this.documentId,
this.replies,
this.writeControl,
});