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."],[[["This webpage details the `PersonalDetails` class within the `Google.Cloud.DataCatalog.V1` namespace, offering documentation for versions ranging from 1.2.0 to the latest 2.14.0."],["The `PersonalDetails` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `PersonalDetails()` and `PersonalDetails(PersonalDetails other)`, and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["Key properties of the `PersonalDetails` class are `Starred`, a boolean indicating if an entry is starred, and `StarTime`, a `Timestamp` representing when an entry was starred."],["The assembly for this class is `Google.Cloud.DataCatalog.V1.dll`."]]],[]]