status property

List<Status>? status
getter/setter pair

The status of applying the writes.

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

Implementation

core.List<Status>? status;