public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks 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 is part of the AI Platform Notebooks v1 API, specifically within the `Google.Cloud.Notebooks.V1` namespace."],["This class is used to request the deletion of a notebook environment, as indicated by its purpose and description."],["The latest version of this API is 2.5.0, but older versions such as 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0 and 1.0.0-beta04 are also documented."],["The `DeleteEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from object."],["The `Name` property, of type string, is a required parameter that specifies the resource path of the environment to be deleted, following a specific format."]]],[]]