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."],[[["This webpage details the `ListSkusResponse` class within the `Google.Cloud.Billing.V1` namespace, specifically version 3.0.0, used for handling responses when listing SKUs."],["The `ListSkusResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, enabling it to be used in various data manipulation scenarios."],["The class offers two constructors, `ListSkusResponse()` for default creation, and `ListSkusResponse(ListSkusResponse other)` for copying an existing `ListSkusResponse` instance."],["Key properties of the `ListSkusResponse` class include `NextPageToken`, a string used for pagination in subsequent requests, and `Skus`, a repeated field containing a list of `Sku` objects."],["This class allows for enumeration over the contained `Sku` objects through its `GetEnumerator()` method, providing a way to iterate through the list of SKUs in the response."]]],[]]