Class WriteResult (2.3.4)

WriteResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The result of applying a write. .. attribute:: update_time

The last update time of the document after applying the write. Not set after a delete.

If the write did not actually change the document, this will be the previous update_time.

:type: google.protobuf.timestamp_pb2.Timestamp

Attribute

NameDescription
transform_results Sequence[google.cloud.firestore_v1.types.Value]
The results of applying each DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.