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 a range of versions back to 1.2.0."],["The `PersonalDetails` class, found in the `Google.Cloud.DataCatalog.V1` namespace, holds entry metadata specific to a user and is private to them, inheriting from `object` and implementing several interfaces."],["The class offers two constructors: a default constructor and one that accepts another `PersonalDetails` object as a parameter for copying."],["The `PersonalDetails` class contains properties such as `Starred` (a boolean) indicating whether an entry is starred by the user, and `StarTime` (a `Timestamp`) to record when an entry was starred."],["Users can view all available versions of the `PersonalDetails` class documentation through various links provided from version 2.14.0 down to version 1.2.0."]]],[]]