BulkCheckResponse class

Response for BulkCheck call.

Results are sent in a list in the same order in which they were sent. Individual check errors are described in the appropriate check_results entry. If the entire call fails, the response will include a bulk_error_code field describing the error.

Constructors

BulkCheckResponse({String? bulkErrorCode, List<CheckResponse>? checkResults})
BulkCheckResponse.fromJson(Map json_)

Properties

bulkErrorCode String?
Error code for the entire request.
getter/setter pair
checkResults List<CheckResponse>?
List of results for each check request.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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