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 `Google.Cloud.Compute.V1` package is 3.6.0, with multiple previous versions available, including 2.16.0, which is prominently highlighted in the document."],["The `InstancesSetMinCpuPlatformRequest` class is a core component within the `Google.Cloud.Compute.V1` namespace, designed for managing the minimum CPU platform settings for instances."],["This class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["The `InstancesSetMinCpuPlatformRequest` class provides properties `HasMinCpuPlatform` (a boolean indicating if the minimum CPU platform is set) and `MinCpuPlatform` (a string representing the minimum CPU platform)."],["The `InstancesSetMinCpuPlatformRequest` has two constructors, a default one and another that accepts another `InstancesSetMinCpuPlatformRequest` as a parameter."]]],[]]