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."],[[["The latest version of the `DeleteEnvironmentRequest` class is 3.6.0, part of the Google Cloud Dataplex v1 API."],["This class is used to create requests to delete environments and has been implemented across multiple versions, ranging from 1.0.0 to 3.6.0, each with its own documentation page."],["`DeleteEnvironmentRequest` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is located within the `Google.Cloud.Dataplex.V1` namespace."],["The `DeleteEnvironmentRequest` class has two constructors, a default parameter-less constructor, and one that takes another `DeleteEnvironmentRequest` instance as an argument."],["The core properties of the `DeleteEnvironmentRequest` class are `EnvironmentName`, which is a view of the `Name` property, and `Name`, which is the resource name of the environment that is required to make the request."]]],[]]