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` library is 3.6.0, with several previous versions available for reference, down to version 1.0.0."],["The `EntityDetails` class provides details about an entity, which is part of the `DiscoveryEvent` type within the `Google.Cloud.Dataplex.V1` namespace."],["`EntityDetails` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EntityDetails` class includes properties such as `Entity` (a string representing the fully-qualified resource name) and `Type` (an enum, representing the type of the entity resource)."],["The available constructors are `EntityDetails()` and `EntityDetails(DiscoveryEvent.Types.EntityDetails other)`, which allow for the creation of an object, and creating a new object based on an existing one, respectively."]]],[]]