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-03-25 UTC."],[[["The `DeleteLakeRequest` class, found in the `Google.Cloud.Dataplex.V1` namespace, is used for requesting the deletion of a lake in Google Cloud Dataplex."],["The latest version of `DeleteLakeRequest` is 3.6.0, with version 2.0.0 being the main focus of the provided information."],["The class `DeleteLakeRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeleteLakeRequest` has two constructors, one empty and one that accepts another instance of `DeleteLakeRequest`."],["`DeleteLakeRequest` contains two public properties: `LakeName`, which is a `LakeName`-typed representation of a resource name and `Name`, which is a string representing the full resource name of the lake."]]],[]]