Optional. The BCP-47 language code. For example, "en-US". The
response will localize in the corresponding language code, if specified.
The default value is "en-US".
Optional. Requested page size. Server might return fewer results than
requested. If unspecified, returns at most 100 Products. The maximum value
is 1000; the server will coerce values above 1000.
[[["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 latest version available for the `ListProductsRequest` class in the Cloud Channel v1 API is 2.14.0, but there are multiple previous versions listed, ranging down to version 1.0.0."],["`ListProductsRequest` is a request message for retrieving a list of products, as defined within the Google Cloud Channel v1 API."],["The class `ListProductsRequest` implements several interfaces including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["This class has a constructor that takes another `ListProductsRequest` object, allowing the user to instantiate it using existing data, as well as a default constructor, and has properties such as `Account`, `LanguageCode`, `PageSize`, and `PageToken`."],["The `Account` property of `ListProductsRequest` is required and represents the reseller account resource name, `LanguageCode` allows for localization, and `PageSize` and `PageToken` are for pagination of results."]]],[]]