public sealed class StartInstanceRequest : IMessage<StartInstanceRequest>, IEquatable<StartInstanceRequest>, IDeepCloneable<StartInstanceRequest>, 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 latest version available for `StartInstanceRequest` is 2.5.0, with the earliest version being 1.0.0-beta04."],["`StartInstanceRequest` is a class representing a request to start a notebook instance, and it inherits from `Object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class resides within the `Google.Cloud.Notebooks.V1` namespace and is part of the `Google.Cloud.Notebooks.V1.dll` assembly."],["The class offers two constructors: a default one and another that accepts an existing `StartInstanceRequest` object for cloning."],["It has one property, `Name`, which is required and specifies the format for identifying the notebook instance, which is `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]