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 in the Google Cloud Dataplex V1 API is 3.6.0, with multiple prior versions available."],["`DeleteEnvironmentRequest` is a class used to manage the deletion of environments within Google Cloud Dataplex."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for data handling and object manipulation."],["The `DeleteEnvironmentRequest` class has two constructors, a default and a copy constructor that takes another `DeleteEnvironmentRequest` object as an argument, and it includes properties such as `EnvironmentName` and `Name`."],["The `Name` property, which is a string, is a required parameter that represents the resource name of the environment to be deleted."]]],[]]