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 page provides documentation for the `DeleteEnvironmentRequest` class within the Google Cloud Notebooks v1 API for .NET."],["`DeleteEnvironmentRequest` is used to request the deletion of a notebook environment, inheriting from `Object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The class has two constructors: a default constructor and one that accepts another `DeleteEnvironmentRequest` object as a parameter for creating a copy."],["The `Name` property, a string, is a required field representing the formatted name of the environment to be deleted, including project ID, location, and environment ID."],["This class is part of the `Google.Cloud.Notebooks.V1` namespace, with its assembly being `Google.Cloud.Notebooks.V1.dll`, and details are provided for versions ranging from 1.0.0-beta04 up to the latest version 2.5.0."]]],[]]