public sealed class DeleteLakeRequest : IMessage<DeleteLakeRequest>, IEquatable<DeleteLakeRequest>, IDeepCloneable<DeleteLakeRequest>, 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 `DeleteLakeRequest` class within the `Google.Cloud.Dataplex.V1` namespace in the .NET environment."],["The latest version of the `DeleteLakeRequest` documentation is for version 3.6.0, while older versions are available, ranging back to 1.0.0."],["The `DeleteLakeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `DeleteLakeRequest` class includes properties like `LakeName` (of type `LakeName`) and `Name` (a string), with `Name` being the required resource name of the lake to delete."],["There are two constructors available for the `DeleteLakeRequest` class, a parameterless constructor and one that accepts another instance of `DeleteLakeRequest`."]]],[]]