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-02 UTC."],[[["The webpage details the `CommitmentsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.5.0, with links to versions ranging from 1.0.0 to 3.6.0."],["The `CommitmentsScopedList` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes two constructors: a default `CommitmentsScopedList()` constructor and an overload `CommitmentsScopedList(CommitmentsScopedList other)` for creating a new instance from an existing one."],["The class features properties like `Commitments`, which is a `RepeatedField` list of `Commitment` objects, and `Warning`, which provides an informational warning when the commitments list is empty."],["This class can be found in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]