public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex 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 webpage provides reference documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Dataplex v1 API, specifically for version 2.14.0 and other versions ranging from 1.0.0 to 3.6.0."],["The `DeleteEnvironmentRequest` class is used to request the deletion of an environment and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one (`DeleteEnvironmentRequest()`) and one that takes another `DeleteEnvironmentRequest` object as a parameter (`DeleteEnvironmentRequest(DeleteEnvironmentRequest other)`)."],["Key properties of `DeleteEnvironmentRequest` include `EnvironmentName`, which provides a typed view over the resource name, and `Name`, which is a string representing the environment's resource name."],["The latest version available in this content is 3.6.0, while version 2.14.0 is the main focus of the class documentation."]]],[]]