public sealed class LicenseResourceRequirements : IMessage<LicenseResourceRequirements>, IEquatable<LicenseResourceRequirements>, IDeepCloneable<LicenseResourceRequirements>, 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 `LicenseResourceRequirements` class represents the resource requirements for a license in Google Cloud Compute V1, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one default and another that takes an existing `LicenseResourceRequirements` object for initialization."],["There are two boolean properties, `HasMinGuestCpuCount` and `HasMinMemoryMb`, that indicate whether the minimum guest CPU count and minimum memory fields are set, respectively."],["The class includes `MinGuestCpuCount` and `MinMemoryMb` properties, which are integers representing the minimum guest CPUs and minimum memory (in megabytes) required to use the instance, enforced during instance creation and start."],["The latest version available in the documentation is 3.6.0, while the documentation provides a list of accessible previous versions going down to 1.0.0 for `Google.Cloud.Compute.V1.LicenseResourceRequirements`."]]],[]]