[[["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 document outlines the `SearchProductsResponse` class, which is a response message used within the Google Cloud Private Catalog API for searching products, specifically in version `1.0.0-beta02`."],["The `SearchProductsResponse` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, for versatile data handling and interaction."],["The class includes properties such as `NextPageToken` (a string for pagination) and `Products` (a collection of `Product` resources) to manage and retrieve search results effectively."],["The `SearchProductsResponse` class can be instantiated either as an empty object or by providing another existing `SearchProductsResponse` object, via its constructors."],["It is equipped with methods such as `GetEnumerator()` to facilitate iterating over the included `Product` resources and also supports explicit implementation of the `IEnumerable.GetEnumerator()` method."]]],[]]