DocumentDelete class

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.

Constructors

DocumentDelete({String? document, String? readTime, List<int>? removedTargetIds})
DocumentDelete.fromJson(Map _json)

Properties

document String?
The resource name of the Document that was deleted.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
readTime String?
The read timestamp at which the delete was observed.
getter/setter pair
removedTargetIds List<int>?
A set of target IDs for targets that previously matched this entity.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited