View source: R/firestore_objects.R
WriteResponse | R Documentation |
WriteResponse Object
WriteResponse( streamId = NULL, streamToken = NULL, commitTime = NULL, writeResults = NULL )
streamId |
The ID of the stream |
streamToken |
A token that represents the position of this response in the stream |
commitTime |
The time at which the commit occurred |
writeResults |
The result of applying the writes |
Autogenerated via gar_create_api_objects
The response for Firestore.Write.
WriteResponse object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.