public sealed class StopInstanceRequest : IMessage<StopInstanceRequest>, IEquatable<StopInstanceRequest>, IDeepCloneable<StopInstanceRequest>, IBufferMessage, IMessage
[[["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 `StopInstanceRequest` class is used to request the stopping of a notebook instance, as it states \"Request for stopping a notebook instance\"."],["This class, `StopInstanceRequest`, is part of the `Google.Cloud.Notebooks.V1Beta1` namespace and the `Google.Cloud.Notebooks.V1Beta1.dll` assembly within the dotnet ecosystem."],["The `StopInstanceRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for `StopInstanceRequest`: a default constructor and one that takes another `StopInstanceRequest` as a parameter, named `other`."],["The `Name` property, of type string, is required and specifies the format for identifying the instance to be stopped: `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]