public sealed class SetInstanceMachineTypeRequest : IMessage<SetInstanceMachineTypeRequest>, IEquatable<SetInstanceMachineTypeRequest>, IDeepCloneable<SetInstanceMachineTypeRequest>, 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 `SetInstanceMachineTypeRequest` class is used to request a change in the machine type for a Google Cloud Notebooks instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the .NET environment."],["The class offers two constructors, a default one and another that accepts an existing `SetInstanceMachineTypeRequest` object for cloning purposes."],["It includes two key properties, `MachineType` and `Name`, which are both required and accept string values, representing the new machine type and the instance's resource name, respectively."],["Version history is displayed with versions ranging from 1.0.0-beta04 to 2.5.0, with 2.5.0 being the latest."]]],[]]