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-21 UTC."],[[["This webpage details the `InstancesSetMinCpuPlatformRequest` class within the `Google.Cloud.Compute.V1` namespace, serving as a reference guide for its use."],["The latest version of the API for `InstancesSetMinCpuPlatformRequest` is 3.6.0, with a history of prior releases available, dating back to version 1.0.0."],["The `InstancesSetMinCpuPlatformRequest` class allows setting a minimum CPU platform for instances and is defined as an implementation of several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has the properties `HasMinCpuPlatform` which returns a bool and `MinCpuPlatform` which can be set to a string, used to specify the minimum CPU platform for the instance."],["The class has two constructors that can be used to instantiate it, one with no arguments and another taking a `InstancesSetMinCpuPlatformRequest` as an argument."]]],[]]