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, with the latest version being 2.14.0 and the current version's page being version 2.9.0."],["The `PersonalDetails` class is used to store entry metadata relevant only to the user and private to them, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PersonalDetails` class includes properties such as `StarTime`, which is of type `Timestamp`, and `Starred`, a boolean, both of which are related to if an entry is starred by the user."],["The `PersonalDetails` class offers two constructors, `PersonalDetails()` and `PersonalDetails(PersonalDetails other)`, which allows the creation of a new `PersonalDetails` instance, or one derived from another."],["This page details the namespace (`Google.Cloud.DataCatalog.V1`) and the assembly (`Google.Cloud.DataCatalog.V1.dll`) that houses this class."]]],[]]