If type is specified, RawValue#asType(Class) will be used to restore the original
value of the property. Otherwise instances of RawValue will be returned.
[[["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-05 UTC."],[[["`PropertyProjection` is a class that extends `Projection` and is used to specify that a query should return a particular property."],["The constructor `PropertyProjection(String propertyName, @Nullable Class\u003c?\u003e type)` is used to create a property projection, allowing specification of the property name and its type."],["`getType()` returns the data type specified for the projected property, and it may return null if the type is unknown."],["`getName()` method returns the name of the property that this projection populates."],["`equals()` is used to check if objects are equal, while `hashCode()` is used for generating a hash code, and `toString()` method returns the string representation of the `PropertyProjection`."]]],[]]