public sealed class GetMachineTypeRequest : IMessage<GetMachineTypeRequest>, IEquatable<GetMachineTypeRequest>, IDeepCloneable<GetMachineTypeRequest>, IBufferMessage, IMessage
A request message for MachineTypes.Get. See the method description for details.
[[["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 `GetMachineTypeRequest` class is a request message for retrieving details about a specific machine type."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer operations."],["It includes properties to specify the `MachineType`, `Project`, and `Zone` for the request, allowing you to target a specific machine type within a particular project and zone."],["The latest version of the content displayed in this page is version 3.6.0, with many other versions listed, going down to version 1.0.0, all related to GetMachineTypeRequest."],["The `GetMachineTypeRequest` has two constructors, one empty and one to copy another `GetMachineTypeRequest` object."]]],[]]