public sealed class DeleteEntityRequest : IMessage<DeleteEntityRequest>, IEquatable<DeleteEntityRequest>, IDeepCloneable<DeleteEntityRequest>, 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-25 UTC."],[[["This webpage provides documentation for the `DeleteEntityRequest` class within the `Google.Cloud.Dataplex.V1` namespace in .NET, with the latest version being 3.6.0."],["The `DeleteEntityRequest` class is used to represent a request to delete a metadata entity and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors and properties such as `EntityName`, `Etag`, and `Name`, which are used to define the entity to be deleted and provide verification information."],["The documentation provides a list of available versions, from 1.0.0 up to 3.6.0, with links to each version's specific documentation."],["The class inherits from Object and has inherited members such as GetHashCode, GetType, MemberwiseClone, and ToString, all from the Object class."]]],[]]