google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.Precondition View Source
A precondition on a document, used for conditional operations.
Attributes
- exists (boolean()): When set to `true`, the target document must exist. When set to `false`, the target document must not exist. Defaults to:
null
. - updateTime (String.t): When set, the target document must exist and have been last updated at that time. Defaults to:
null
.