View source: R/firestore_objects.R
DocumentDelete | R Documentation |
DocumentDelete Object
DocumentDelete(readTime = NULL, removedTargetIds = NULL, document = NULL)
readTime |
The read timestamp at which the delete was observed |
removedTargetIds |
A set of target IDs for targets that previously matched this entity |
document |
The resource name of the Document that was deleted |
Autogenerated via gar_create_api_objects
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.
DocumentDelete object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.