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-25 UTC."],[[["The `PersonalDetails` class provides information about a user's interaction with a specific entry, such as whether it's starred."],["Version 2.14.0 is the latest release available, but versions range from 1.2.0 up to 2.14.0 for `PersonalDetails` within the `Google.Cloud.DataCatalog.V1` namespace."],["The `PersonalDetails` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `Starred` property of the `PersonalDetails` class indicates if the entry has been starred, while the `StarTime` property holds the timestamp if it has."]]],[]]