UploadDocumentsResponse constructor
UploadDocumentsResponse({
- int? adds,
- int? deletes,
- String? status,
- List<
DocumentServiceWarning> ? warnings,
Implementation
UploadDocumentsResponse({
this.adds,
this.deletes,
this.status,
this.warnings,
});