writes property

List<Write>? writes
getter/setter pair

The writes to apply.

Method does not apply writes atomically and does not guarantee ordering. Each write succeeds or fails independently. You cannot write to the same document more than once per request.

Implementation

core.List<Write>? writes;