GoogleApi.Firestore.V1.Model.DocumentDelete (google_api_firestore v0.21.1) 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
(type:String.t
, default:nil
) - The resource name of the Document that was deleted. -
readTime
(type:DateTime.t
, default:nil
) - The read timestamp at which the delete was observed. Greater or equal to thecommit_time
of the delete. -
removedTargetIds
(type:list(integer())
, default:nil
) - A set of target IDs for targets that previously matched this entity.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Firestore.V1.Model.DocumentDelete{ document: String.t() | nil, readTime: DateTime.t() | nil, removedTargetIds: [integer()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.