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-04-09 UTC."],[[["This webpage provides documentation for the `DeleteLakeRequest` class within the Google Cloud Dataplex V1 API, specifically within the .NET environment."],["The documentation covers version 2.12.0 of the API, and it also provides links to the current latest version which is 3.6.0 and all versions in between 1.0.0 and 3.6.0."],["The `DeleteLakeRequest` class, which is used to delete a lake, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `DeleteLakeRequest()` and `DeleteLakeRequest(DeleteLakeRequest other)`, and two properties: `LakeName` and `Name`."],["The `Name` property is a required string representing the resource name of the lake, while the `LakeName` is a `LakeName`-typed view of the `Name` resource."]]],[]]