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 accessible, going all the way back to version 1.0.0."],["The `DeleteEnvironmentRequest` class is used to request the deletion of a specified environment within the Google Cloud Dataplex service, requiring a resource name."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in managing delete requests."],["The `DeleteEnvironmentRequest` class contains two constructors, one empty and another that copies from an existing instance, and it has properties for the `EnvironmentName` and the `Name`, the latter being a string that represents the resource path for the environment to delete."],["The documentation available for `DeleteEnvironmentRequest` includes its namespace (`Google.Cloud.Dataplex.V1`), assembly (`Google.Cloud.Dataplex.V1.dll`), and details on inherited members from the `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]