public sealed class CommitmentsScopedList : IMessage<CommitmentsScopedList>, IEquatable<CommitmentsScopedList>, IDeepCloneable<CommitmentsScopedList>, 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."],[[["The `CommitmentsScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, is available in various versions, with 3.6.0 being the latest."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`CommitmentsScopedList` has two constructors: a default constructor and one that accepts another `CommitmentsScopedList` instance for copying."],["It contains two key properties: `Commitments`, which is a list of commitments, and `Warning`, which provides information when the commitments list is empty."],["The assembly associated with this class is `Google.Cloud.Compute.V1.dll`."]]],[]]