public sealed class StopRuntimeRequest : IMessage<StopRuntimeRequest>, IEquatable<StopRuntimeRequest>, IDeepCloneable<StopRuntimeRequest>, 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."],[[["This webpage details the `StopRuntimeRequest` class within the `Google.Cloud.Notebooks.V1` namespace, used for requesting the stopping of a Managed Notebook Runtime."],["The `StopRuntimeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Available versions of the `StopRuntimeRequest` class range from 1.0.0-beta04 to 2.5.0, with 2.5.0 being the latest version."],["The class has two constructors: a default constructor and one that takes another `StopRuntimeRequest` object as a parameter for creating a new `StopRuntimeRequest`."],["The `StopRuntimeRequest` class has two key properties: `Name`, which specifies the runtime to be stopped using a specific format, and `RequestId`, for idempotent request identification."]]],[]]