UploadDocumentsResponse class

Contains the response to an UploadDocuments request.

Constructors

UploadDocumentsResponse({int? adds, int? deletes, String? status, List<DocumentServiceWarning>? warnings})
UploadDocumentsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

adds int?
The number of documents that were added to the search domain.
final
deletes int?
The number of documents that were deleted from the search domain.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of an UploadDocumentsRequest.
final
warnings List<DocumentServiceWarning>?
Any warnings returned by the document service about the documents being uploaded.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited