public sealed class DeleteEnvironmentMetadata : IMessage<DeleteEnvironmentMetadata>, IEquatable<DeleteEnvironmentMetadata>, IDeepCloneable<DeleteEnvironmentMetadata>, IBufferMessage, IMessage
Message included in the metadata field of operations returned from
[DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `DeleteEnvironmentMetadata` class is used as metadata for operations when deleting an environment in Google Cloud Shell, specifically through the `DeleteEnvironment` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["It inherits from the base `Object` class and provides methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, that can be used."],["The `DeleteEnvironmentMetadata` class is found in the `Google.Cloud.Shell.V1` namespace and is part of the `Google.Cloud.Shell.V1.dll` assembly."],["There are two constructors provided for the `DeleteEnvironmentMetadata` class, one empty, and one that takes another instance of itself."]]],[]]