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-04-09 UTC."],[[["This webpage details the `InstancesSetMinCpuPlatformRequest` class within the `Google.Cloud.Compute.V1` namespace, serving as a reference guide for its use in .NET development."],["The latest version of this class is 3.6.0, and historical versions are available, ranging from 1.0.0 to 3.5.0."],["The `InstancesSetMinCpuPlatformRequest` class, which allows for the setting of the minimum CPU platform for an instance, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default one and one that copies an existing `InstancesSetMinCpuPlatformRequest` instance, making it versatile for various initialization needs."],["The class has two properties, HasMinCpuPlatform and MinCpuPlatform, which enable a developer to get and set the minimum cpu platform and check if the minimum cpu platform has been set respectively."]]],[]]