A token that can be sent as
[ListProductsRequest.page_token][google.cloud.retail.v2.ListProductsRequest.page_token]
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
[[["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."],[[["This webpage details the `ListProductsResponse` class, which is used as a response message for the `ProductService.ListProducts` method within the Google.Cloud.Retail.V2 namespace."],["The `ListProductsResponse` class includes properties such as `NextPageToken` (a string for retrieving the next page) and `Products` (a repeated field containing the product information), as well as various inheritance and implementation details."],["The webpage lists available versions of the Google.Cloud.Retail.V2 API, ranging from the latest version, 2.12.0, down to version 1.0.0, with links to each version's documentation for `ListProductsResponse`."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, providing various functionalities such as message handling, comparison, deep cloning, buffering, page response management, and enumeration."],["The class includes two constructors, one that is empty, and one that can use another instance of `ListProductsResponse` as an argument, and also includes methods such as GetEnumerator(), as well as object inherited members."]]],[]]