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."],[[["The `DeleteEnvironmentRequest` class is used to request the deletion of an environment in the Google Cloud Dataplex service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it is part of a larger messaging and data handling system within Google Cloud."],["The `DeleteEnvironmentRequest` has a `Name` property, which is required and specifies the resource name of the environment to be deleted, formatted as `projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}`."],["The latest version available for `DeleteEnvironmentRequest` is 3.6.0, with multiple previous versions also accessible, suggesting ongoing development and maintenance."]]],[]]