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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.2.0."],["The `DeleteEnvironmentRequest` class is used to construct requests for deleting notebook environments in the AI Platform Notebooks service."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details about the class constructors, such as the default constructor and one that takes an instance of `DeleteEnvironmentRequest` as a parameter."],["The documentation details the `Name` property of the class, which is a string that defines the format of the environment that is to be deleted, `projects/{project_id}/locations/{location}/environments/{environment_id}`."]]],[]]