public sealed class EntityDetails : IMessage<DiscoveryEvent.Types.EntityDetails>, IEquatable<DiscoveryEvent.Types.EntityDetails>, IDeepCloneable<DiscoveryEvent.Types.EntityDetails>, IBufferMessage, IMessage
[[["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 of the `Google.Cloud.Dataplex.V1` package is 3.6.0, with a range of previous versions available, starting from 1.0.0."],["The `EntityDetails` class provides details about an entity within the `DiscoveryEvent`, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EntityDetails` class has two constructors, one default and one that accepts another `EntityDetails` object as a parameter."],["The `EntityDetails` class includes properties such as `Entity`, which represents the fully-qualified name of the entity resource, and `Type`, which specifies the type of the entity resource."],["The namespace for this class is `Google.Cloud.Dataplex.V1`, and it is contained in the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]