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 .NET development."],["The documentation covers various versions of the API, ranging from version 1.0.0 up to the latest version 3.6.0, with the current focus being version 2.13.0."],["`DeleteEnvironmentRequest` is used to request the deletion of an environment within Google Cloud Dataplex and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEnvironmentRequest` class has two constructors, `DeleteEnvironmentRequest()` and `DeleteEnvironmentRequest(DeleteEnvironmentRequest other)`, which are used for creating new instance of this class."],["The properties `EnvironmentName` and `Name` are contained within this class, with `Name` being required and detailing the resource path that is required for the request to run properly."]]],[]]