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."],[[["This document provides reference information for the `DeleteEnvironmentRequest` class within the Google Cloud Notebooks v1 API, specifically for version 2.3.0."],["The `DeleteEnvironmentRequest` class is used to request the deletion of a notebook environment and inherits from the `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEnvironmentRequest` class includes two constructors, one default and one that takes another `DeleteEnvironmentRequest` object as a parameter."],["The `Name` property of the `DeleteEnvironmentRequest` class is a required string that specifies the environment to delete, following the format: `projects/{project_id}/locations/{location}/environments/{environment_id}`."],["There are multiple versions of the API documented and available, including 2.5.0 (latest), 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0-beta04."]]],[]]