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."],[[["The `InstancesSetMinCpuPlatformRequest` class, found within the `Google.Cloud.Compute.V1` namespace, is designed to manage the minimum CPU platform for Google Cloud Compute instances."],["The latest version of the `InstancesSetMinCpuPlatformRequest` class is 3.6.0, with multiple prior versions available, including all the way back to 1.0.0."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that takes another `InstancesSetMinCpuPlatformRequest` instance as a parameter for cloning purposes."],["It includes properties `HasMinCpuPlatform`, which indicates whether the minimum CPU platform field is set, and `MinCpuPlatform`, which is a string property to specify the minimum CPU platform for the instance."]]],[]]