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."],[[["This webpage provides documentation for the `CommitmentsScopedList` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to 3.6.0."],["The `CommitmentsScopedList` class, which implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, serves as a container for a list of commitments."],["It offers two constructors: a default one and another that takes an existing `CommitmentsScopedList` instance to create a new object, and it has two properties, `Commitments` and `Warning`."],["The `Commitments` property of type `RepeatedField\u003cCommitment\u003e` holds the list of commitments, and the `Warning` property provides an informational warning when the commitments list is empty."],["The latest version covered in the documentation is version 3.6.0, and it goes all the way back to version 1.0.0 for users who need to refer to older versions."]]],[]]