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 details the `DeleteEnvironmentRequest` class, which is used to request the deletion of an environment in the Google Cloud Orchestration Airflow Service."],["The latest version available is 2.9.0, and the documentation includes versions ranging from 1.0.0 up to the latest version, allowing you to see the evolution of the class."],["`DeleteEnvironmentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["The class inherits from the base `Object` class, and it contains a `Name` property which requires a string formatted as \"projects/{projectId}/locations/{locationId}/environments/{environmentId}\" to indicate the specific environment to delete."],["There are two constructors available, allowing for default initialization and the option to initialize it by cloning another instance of the `DeleteEnvironmentRequest` class."]]],[]]