checkResults property

List<CheckResponse>? checkResults
getter/setter pair

List of results for each check request.

Results are returned in the same order in which they were sent in the request.

Implementation

core.List<CheckResponse>? checkResults;