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 document outlines the `StartInstanceRequest` class within the `Google.Cloud.Notebooks.V1Beta1` namespace, version 1.0.0-beta04, used for requesting the startup of a notebook instance."],["The `StartInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and offering functionalities such as deep cloning."],["The class inherits from `Object` and includes methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, providing standard object functionalities."],["It features two constructors: a default constructor and one that accepts another `StartInstanceRequest` object for parameter-based initialization."],["The `Name` property, of type `string`, is a required field that specifies the fully qualified name of the notebook instance to be started."]]],[]]