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 `DeleteEnvironmentRequest` class in the Google Cloud Dataplex v1 API is used to construct a request to delete an environment, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This documentation covers versions of the `DeleteEnvironmentRequest` class ranging from the latest version 3.6.0 back to version 1.0.0."],["The class includes constructors for creating a new `DeleteEnvironmentRequest` or copying an existing one, as well as properties like `Name` and `EnvironmentName`, both of which are used for identifying the environment to be deleted."],["The required `Name` property specifies the full resource name of the environment being targeted for deletion, following the format: `projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}`."]]],[]]