writeResults property

List<WriteResult>? writeResults
getter/setter pair

The result of applying the writes.

This i-th write result corresponds to the i-th write in the request.

Implementation

core.List<WriteResult>? writeResults;