A token to retrieve the next page of results. To retrieve the next page,
call ListSkus again with the page_token field set to this
value. This field is empty if there are no more results to retrieve.
[[["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 document provides reference documentation for the `ListSkusResponse` class within the Google Cloud Billing v1 API, specifically for version 3.7.0."],["`ListSkusResponse` is used as a response message for `ListSkus` operations, providing a means to retrieve a list of public SKUs."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, offering functionalities like deep cloning, equality checks, and enumeration."],["Key properties of the `ListSkusResponse` class include `NextPageToken`, which facilitates pagination, and `Skus`, a `RepeatedField` containing the actual list of SKUs."],["The documentation also provides access to multiple versions of the API, ranging from version 2.2.0 to the latest 3.9.0."]]],[]]