public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 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` API class is 2.0.0-beta05, with previous versions 2.0.0-beta04 and 1.0.0-beta04 also available."],["`DeleteEnvironmentRequest` is used to request the deletion of a notebook environment within the AI Platform Notebooks v1beta1 API."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities such as message handling, equality checks, deep cloning and buffer management."],["The `Name` property, which is a string, is a required field for identifying the environment to be deleted, using the format `projects/{project_id}/locations/{location}/environments/{environment_id}`."],["The `DeleteEnvironmentRequest` class offers two constructors: a default one and another that takes a `DeleteEnvironmentRequest` object as an argument."]]],[]]