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-04-09 UTC."],[[["This webpage details the `DeleteEntryRequest` class within the `Google.Cloud.Dataplex.V1` namespace, presenting various versions of the .NET API for this class."],["The latest available version of the `DeleteEntryRequest` class is 3.6.0, with links provided to documentation for this version and several older versions, down to 1.0.0."],["The `DeleteEntryRequest` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteEntryRequest` class include `EntryName` of type `EntryName`, and `Name` which is a required string representing the resource name of the Entry."],["The class has two constructors: a default constructor, and a constructor that takes another `DeleteEntryRequest` object as a parameter for cloning purposes."]]],[]]