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-04-01 UTC."],[[["This document outlines the `SetInstanceMachineTypeRequest` class, which is used to request a change in the machine type for a Google Cloud Notebooks instance, and is available in version 1.0.0-beta04."],["The `SetInstanceMachineTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class includes two constructors: a default constructor and one that takes another `SetInstanceMachineTypeRequest` instance as a parameter."],["The `MachineType` property, of type string, is required and specifies the new Compute Engine machine type, and the `Name` property, also a string, is required, and defines the instance identifier."]]],[]]