[[["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-17 UTC."],[[["The `ListProductsResponse` class is a response message for the `ListProducts` method, containing a list of products and a token for retrieving the next page of results."],["This class implements several interfaces including `IPageResponse\u003cProduct\u003e`, `IEnumerable\u003cProduct\u003e`, `IEnumerable`, `IMessage\u003cListProductsResponse\u003e`, `IEquatable\u003cListProductsResponse\u003e`, `IDeepCloneable\u003cListProductsResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The `ListProductsResponse` class has properties for `NextPageToken`, which is a string used for pagination, and `Products`, which is a list of product objects."],["The `GetEnumerator()` method is available for iterating through the products contained in the response."],["The class offers two constructors: one default and one that accepts another `ListProductsResponse` object as a parameter."]]],[]]