BatchUpdateDocumentResponse constructor

BatchUpdateDocumentResponse({
  1. String? documentId,
  2. List<Response>? replies,
  3. WriteControl? writeControl,
})

Implementation

BatchUpdateDocumentResponse({
  this.documentId,
  this.replies,
  this.writeControl,
});