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 `ListSkusResponse` class is a response message for the `ListSkus` method in the Google Cloud Billing v1 API, used to list public SKUs."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, providing functionalities such as message handling, comparison, deep cloning, and enumeration."],["The `ListSkusResponse` class includes properties for `NextPageToken`, which facilitates pagination, and `Skus`, a collection of `Sku` objects representing the listed SKUs."],["This documentation covers version 3.5.0 of the API class `ListSkusResponse`, with links provided to various versions of the class, ranging from 2.2.0 to 3.9.0."]]],[]]