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."],[[["The `DeleteEnvironmentRequest` class, part of the Cloud Composer v1 API, is used to represent a request to delete an environment within the Google Cloud Platform."],["This class is available in multiple versions, ranging from 1.0.0 to the latest 2.9.0, under the namespace `Google.Cloud.Orchestration.Airflow.Service.V1`."],["The `DeleteEnvironmentRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `Name` property that specifies the environment to be deleted, using a string format that follows a specific structure of projects, locations, and environment IDs."],["There are 2 constructors for `DeleteEnvironmentRequest`, one default and one taking `DeleteEnvironmentRequest` as a parameter."]]],[]]