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 page provides documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Composer v1 API, specifically version 2.7.0."],["The `DeleteEnvironmentRequest` class is used to request the deletion of an environment in Cloud Composer, and it inherits from and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains a `Name` property of type string, which is required and specifies the full resource name of the environment to be deleted."],["There are several previous versions of this class documentation available, spanning from version 1.0.0 to the latest version 2.9.0."]]],[]]