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 provides documentation for the `DeleteEntryRequest` class within the `Google.Cloud.Dataplex.V1` namespace in the .NET environment, with a focus on the 3.1.0 version but also includes other versions."],["`DeleteEntryRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class offers two constructors: a default constructor (`DeleteEntryRequest()`) and a copy constructor (`DeleteEntryRequest(DeleteEntryRequest other)`), to instantiate the object."],["The `DeleteEntryRequest` class contains two key properties, the first is the `EntryName` which is a typed view over the `Name` property and the second one is `Name`, which is a string representing the resource name of the entry to be deleted, in a specified format."],["The webpage provides links to the documentation of the class, methods, and properties, across multiple available versions, ranging from version 1.0.0 to 3.6.0, to refer to."]]],[]]