public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, 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-21 UTC."],[[["This webpage provides documentation for the `DeleteEnvironmentRequest` class within the `Google.Cloud.Dataplex.V1` namespace in the .NET environment."],["The content lists various versions of the `DeleteEnvironmentRequest` class, ranging from version 1.0.0 up to the latest version, 3.6.0, with links to their respective documentation pages."],["The `DeleteEnvironmentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, one default and one that takes another `DeleteEnvironmentRequest` as a parameter, as well as two properties named `EnvironmentName` and `Name`."],["The documentation outlines the required format for the `Name` property, which represents the resource name of the environment in the format: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}."]]],[]]