public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class DeleteEnvironmentRequest.
[[["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 document provides reference documentation for the `DeleteEnvironmentRequest` class within the Cloud Composer v1 API, specifically for version 2.4.0."],["The `DeleteEnvironmentRequest` class is used to manage environment deletion and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is found in the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace and is part of the `Google.Cloud.Orchestration.Airflow.Service.V1.dll` assembly."],["It includes constructors for creating a new instance or cloning an existing one, as well as the property `Name` which specifies the environment to delete."],["There are various versions of this API available, ranging from 1.0.0 to 2.9.0, with 2.9.0 being the latest."]]],[]]