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 document provides reference information for the `DeleteEnvironmentRequest` class within the Google Cloud Dataplex V1 API, spanning multiple versions."],["Version 3.6.0 is the latest available version, and it is accessible alongside previous versions, including 3.5.0 down to 1.0.0, all linking to `DeleteEnvironmentRequest`."],["The `DeleteEnvironmentRequest` class is used to initiate the deletion of an environment and inherits from `object` while implementing multiple interfaces like `IMessage` and `IEquatable`."],["Key properties of the `DeleteEnvironmentRequest` class include `Name`, which is a required string specifying the resource name of the environment, and `EnvironmentName`, a typed view over the resource name."],["There are also two constructors for this class, one default and one that takes in another `DeleteEnvironmentRequest` object."]]],[]]