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-14 UTC."],[[["This webpage details the `DeleteEntryRequest` class within the `Google.Cloud.Dataplex.V1` namespace, serving as a request object for deleting entries within Google Cloud Dataplex."],["The page provides documentation for `DeleteEntryRequest` version 3.2.0, showcasing its implementation of multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as its inheritance from the base `object` class."],["The provided content includes a list of version links, ranging from 1.0.0 to 3.6.0 (latest), for the `DeleteEntryRequest` class documentation, enabling users to navigate to documentation of previous versions."],["The documentation highlights the two constructors for the `DeleteEntryRequest` class, one default and one accepting another `DeleteEntryRequest` object as a parameter for creating a new `DeleteEntryRequest` object."],["Key properties for `DeleteEntryRequest` are `EntryName`, which gives a typed view over the resource name, and `Name`, which is a string representing the resource name of the entry to be deleted, showing how to properly identify it."]]],[]]