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 documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Dataplex v1 API, specifically for version 2.5.0."],["The `DeleteEnvironmentRequest` class is used to construct requests to delete an environment and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEnvironmentRequest` class contains properties such as `Name`, which is a string representing the resource name of the environment to delete, and `EnvironmentName` which is an `EnvironmentName`-typed view over the `Name` resource name property."],["The document outlines the available constructors for `DeleteEnvironmentRequest`, including a default constructor and a constructor that accepts another `DeleteEnvironmentRequest` object as an argument."],["The document lists all the prior versions of the Google Cloud Dataplex v1 API class DeleteEnvironmentRequest, with version 3.6.0 being the latest."]]],[]]