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."],[[["This page documents the `StartInstanceRequest` class within the `Google.Cloud.Notebooks.V1Beta1` namespace, used for initiating a request to start a notebook instance."],["The `StartInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The class inherits from the base `Object` class, and includes constructors for creating new instances, either default or by cloning another `StartInstanceRequest`."],["The `Name` property is a required string field that defines the specific notebook instance to be started, following the format: `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The latest available version for `StartInstanceRequest` is 2.0.0-beta05, with a few older beta versions (2.0.0-beta04 and 1.0.0-beta04) also accessible."]]],[]]