public sealed class DeleteLakeRequest : IMessage<DeleteLakeRequest>, IEquatable<DeleteLakeRequest>, IDeepCloneable<DeleteLakeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteLakeRequest.
[[["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 available for the `DeleteLakeRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with a range of prior versions also being accessible."],["`DeleteLakeRequest` is a class used within the Google Cloud Dataplex v1 API for managing requests to delete lakes, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteLakeRequest` class has a constructor that allows for the creation of an object, either empty or using another `DeleteLakeRequest` object, and has properties such as `LakeName` and `Name`."],["The `DeleteLakeRequest` class requires a resource name property, and it includes parameters to specify which lake to target."],["The `DeleteLakeRequest` class contains inherited members from the base `Object` class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]