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."],[[["This webpage provides documentation for the `DeleteLakeRequest` class within the Google Cloud Dataplex V1 API, specifically in the .NET environment."],["The latest version of the API documented is 3.6.0, while this page focuses on version 2.9.0, and older versions dating back to version 1.0.0 are also listed."],["`DeleteLakeRequest` is used to delete a lake resource and includes properties like `LakeName` and `Name` to identify the lake."],["The `DeleteLakeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities within the API."],["The page outlines the constructors and properties of the `DeleteLakeRequest` class, allowing developers to understand how to instantiate and use it effectively."]]],[]]