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 document provides reference information 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 for this document being 2.10.0."],["The `PersonalDetails` class is used for entry metadata relevant and private to individual users, and it includes implementations of several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PersonalDetails` class has two constructors: a default constructor `PersonalDetails()` and a copy constructor `PersonalDetails(PersonalDetails other)`."],["The `PersonalDetails` class has two properties, `StarTime`, which is a `Timestamp` indicating when an entry was starred, and `Starred`, a boolean indicating whether the entry is currently starred by the user."],["The document lists various versions of the `PersonalDetails` class, ranging from version 1.2.0 up to the latest version 2.14.0, with links to each version's specific documentation."]]],[]]