This attribute must only be applied to properties of DateTime, DateTimeOffset, Timestamp,
or the nullable equivalents, or a protobuf Timestamp.
This attribute is ignored when serializing a document to Firestore.
This attribute must not be applied on a property which also has FirestorePropertyAttribute.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available is 3.10.0, with a range of versions from 3.9.0 down to 2.3.1 also listed."],["`FirestoreDocumentReadTimestampAttribute` is used to indicate that a property should be populated with the read timestamp from a Firestore document snapshot."],["This attribute can only be applied to properties of specific types such as `DateTime`, `DateTimeOffset`, `Timestamp`, or their nullable counterparts."],["The attribute is not considered during document serialization to Firestore and cannot coexist with `FirestorePropertyAttribute` on the same property."],["The attribute inherits members from the `Attribute` class and ultimately the `Object` class."]]],[]]