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."],[[["This webpage details the `InstancesSetMinCpuPlatformRequest` class within the `Google.Cloud.Compute.V1` namespace, found in the `Google.Cloud.Compute.V1.dll` assembly, for managing minimum CPU platform settings."],["The latest version available for this class is 3.6.0, with a comprehensive list of previous versions, going as far back as version 1.0.0."],["The `InstancesSetMinCpuPlatformRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides two constructors, a default one and one that accepts another `InstancesSetMinCpuPlatformRequest` instance, allowing for easy copying of the object, along with the properties `HasMinCpuPlatform`, that checks if the minimum CPU platform is set, and the `MinCpuPlatform` itself, which allows to set the value."],["The page features a full list of all members and how they can be used, as well as links to external documentation that can expand on what those member do."]]],[]]