[[["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 `ListOrdersResponse` class is part of the Cloud Commerce Consumer Procurement v1 API, specifically used as a response message for the `ConsumerProcurementService.ListOrders` method."],["This class inherits from `object` and implements several interfaces, including `IPageResponse\u003cOrder\u003e`, `IEnumerable\u003cOrder\u003e`, `IMessage`, `IEquatable\u003cListOrdersResponse\u003e`, `IDeepCloneable\u003cListOrdersResponse\u003e`, and `IBufferMessage`, thus offering functionalities for paged responses, enumeration, and message handling."],["The class offers properties like `NextPageToken` for pagination and `Orders`, which contains a `RepeatedField\u003cOrder\u003e` to hold a list of order objects within the response."],["The available versions for this api are 1.0.0, 1.1.0, 1.2.0, 1.3.0, and 1.4.0 being the most recent."],["The `GetEnumerator` method enables iterating over the `Order` resources contained within the response."]]],[]]