public sealed class PersonalDetails : IMessage<PersonalDetails>, IEquatable<PersonalDetails>, IDeepCloneable<PersonalDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class PersonalDetails.
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 latest version available for `Google.Cloud.DataCatalog.V1.PersonalDetails` is 2.14.0, with multiple previous versions listed, including the current 2.2.0 version, down to version 1.2.0."],["`PersonalDetails` is a class within the `Google.Cloud.DataCatalog.V1` namespace and provides entry metadata specific to the user."],["The `PersonalDetails` class implements several interfaces, including `IMessage`, `IEquatable\u003cPersonalDetails\u003e`, `IDeepCloneable\u003cPersonalDetails\u003e`, and `IBufferMessage`."],["The class has two constructors, `PersonalDetails()` and `PersonalDetails(PersonalDetails)`, and exposes properties for `Starred` (a boolean indicating if the entry is starred) and `StarTime` (a timestamp for when the entry was starred)."],["`PersonalDetails` inherits from the Object class, having access to common methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]