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 available for the `DeleteEnvironmentRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with multiple previous versions ranging from 1.0.0 to 3.5.0 also listed."],["`DeleteEnvironmentRequest` is a class used within the Cloud Dataplex v1 API, specifically for initiating a delete operation for an environment."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities like message handling, equality checks, and deep cloning."],["The `DeleteEnvironmentRequest` class has two constructors: a parameterless constructor, and one that takes another `DeleteEnvironmentRequest` instance as an argument."],["It includes properties like `EnvironmentName`, to provide a typed view over the resource name, and `Name`, to indicate the required resource name of the environment to delete."]]],[]]