public sealed class DeleteEntryRequest : IMessage<DeleteEntryRequest>, IEquatable<DeleteEntryRequest>, IDeepCloneable<DeleteEntryRequest>, 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 page details the `DeleteEntryRequest` class within the `Google.Cloud.Dataplex.V1` namespace, showing it's part of the Google Cloud Dataplex .NET library."],["The `DeleteEntryRequest` class is used to formulate requests to delete entries, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DeleteEntryRequest` contains properties such as `EntryName`, which is a typed view of the resource name, and `Name`, a string representing the resource name of the entry to delete."],["Multiple versions of the `DeleteEntryRequest` documentation are available, spanning from version 1.0.0 up to the latest version 3.6.0."],["The class inherits from the base object class and thus have inherited methods such as `GetHashCode`, `GetType` and `ToString`."]]],[]]