UploadDocumentsResponse constructor

UploadDocumentsResponse({
  1. int? adds,
  2. int? deletes,
  3. String? status,
  4. List<DocumentServiceWarning>? warnings,
})

Implementation

UploadDocumentsResponse({
  this.adds,
  this.deletes,
  this.status,
  this.warnings,
});