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 provides documentation for the `PersonalDetails` class within the `Google.Cloud.DataCatalog.V1` namespace, focusing on version 2.1.0 and other historical versions."],["`PersonalDetails` is a class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has `Object` as its base inheritance."],["The `PersonalDetails` class offers two constructors: a default constructor and one that accepts another `PersonalDetails` object as a parameter, called `other`."],["The class has two properties, `Starred` which is a boolean indicating if an entry is starred by a user, and `StarTime`, which is a `Timestamp` that tracks when the entry was starred, if applicable."],["The latest version of the documentation is accessible at version 2.14.0, and contains a comprehensive breakdown of all other versions going as far back as 1.2.0."]]],[]]