public sealed class PersonalDetails : IMessage<PersonalDetails>, IEquatable<PersonalDetails>, IDeepCloneable<PersonalDetails>, IBufferMessage, IMessage
Entry metadata relevant only to the user and private to them.
[[["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 `PersonalDetails` class provides information about a user's interaction with a specific entry, such as whether it's starred."],["The latest version of this class is 2.14.0, but version 1.8.0 is highlighted, and the available versions range from 1.2.0 up to 2.14.0."],["The `PersonalDetails` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with the functionality of `object`."],["The `Starred` property, a boolean, indicates if the entry is marked as starred by the user, while `StarTime` contains a timestamp when the entry was starred."],["This class has two constructors: a default `PersonalDetails()` and a copy constructor `PersonalDetails(PersonalDetails other)`."]]],[]]