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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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}`."]]],[]]