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 in the `Google.Cloud.Compute.V1` namespace, is a part of the `Google.Cloud.Compute.V1.dll` assembly, which is used in .NET development."],["This class, derived from `Object`, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, comparison, deep cloning, and buffer manipulation."],["The class offers two constructors, one default and another that allows for creating a new instance from an existing `InstancesSetMinCpuPlatformRequest` object."],["It includes two properties, `HasMinCpuPlatform`, a boolean indicating if the \"min_cpu_platform\" field is set, and `MinCpuPlatform`, a string representing the minimum CPU platform requirement for starting an instance."],["The documentation lists the latest version of the class as 3.6.0, but this specific page is about version 2.4.0 of the class, while the documentation includes versions as far back as 1.0.0."]]],[]]