google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.WriteResult View Source
The result of applying a write.
Attributes
- transformResults ([Value]): The results of applying each DocumentTransform.FieldTransform, in the same order. Defaults to:
null
. - updateTime (String.t): 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. Defaults to:
null
.