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-25 UTC."],[[["This webpage provides reference documentation for the `PersonalDetails` class within the Google Cloud Data Catalog v1 API for .NET."],["The latest version of the API available is 2.14.0, but documentation is provided for versions ranging from 1.2.0 to 2.14.0 for `PersonalDetails`."],["`PersonalDetails` class, relevant to each user, handles entry metadata, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PersonalDetails` class includes properties `Starred` (boolean) to indicate if an entry is starred, and `StarTime` (Timestamp) to indicate when the entry was starred."],["Constructors are available to create new `PersonalDetails` objects, either empty or by copying an existing `PersonalDetails` instance."]]],[]]