google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.DocumentDelete View Source
A Document has been deleted. May be the result of multiple writes, including updates, the last of which deleted the Document. Multiple DocumentDelete messages may be returned for the same logical delete, if multiple targets are affected.
Attributes
- document (String.t): The resource name of the Document that was deleted. Defaults to:
null
. - readTime (String.t): The read timestamp at which the delete was observed. Greater or equal to the `commit_time` of the delete. Defaults to:
null
. - removedTargetIds ([integer()]): A set of target IDs for targets that previously matched this entity. Defaults to:
null
.