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."],[[["The latest version of the `DeleteEntryRequest` documentation is 3.6.0, although many other versions are available, ranging down to version 1.0.0."],["`DeleteEntryRequest` is a class in the `Google.Cloud.Dataplex.V1` namespace, designed for deleting an entry, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DeleteEntryRequest` inherits from `object` and includes properties such as `EntryName` and `Name`, allowing management of the entry resource name for deletion."],["There are two constructors available for the `DeleteEntryRequest` class, a default constructor and one that takes another `DeleteEntryRequest` as a parameter for creating a copy."],["The `Name` property is a required field, specifying the resource name of the entry that should be deleted."]]],[]]