public sealed class InstancesSetMinCpuPlatformRequest : IMessage<InstancesSetMinCpuPlatformRequest>, IEquatable<InstancesSetMinCpuPlatformRequest>, IDeepCloneable<InstancesSetMinCpuPlatformRequest>, 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-24 UTC."],[[["The latest version of the `InstancesSetMinCpuPlatformRequest` is 3.6.0, and the page provides access to multiple past versions, dating back to version 1.0.0."],["This class, `InstancesSetMinCpuPlatformRequest`, is used to specify the minimum CPU platform for starting a Compute instance."],["The `InstancesSetMinCpuPlatformRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MinCpuPlatform` property, of type string, lets the user set the desired minimum cpu/platform, and the `HasMinCpuPlatform` boolean property checks if that property is set."],["The class can be instantiated with the default empty constructor or by passing in another `InstancesSetMinCpuPlatformRequest` instance for the value of `other`."]]],[]]