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 within the Google Cloud Billing v1 API."],["This class is part of the `Google.Cloud.Billing.V1` namespace and is implemented in the `Google.Cloud.Billing.V1.dll` assembly, and it is available in multiple versions, ranging from 2.2.0 to the latest 3.9.0."],["`ListSkusResponse` includes properties like `NextPageToken` (a string used for pagination) and `Skus` (a list of `Sku` objects), and methods like `GetEnumerator()` for iterating through resources."],["`ListSkusResponse` implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, IBufferMessage, IPageResponse, and IEnumerable, offering versatility in handling data and integration."],["It provides a `ListSkusResponse()` constructor for creating a new instance, and a `ListSkusResponse(ListSkusResponse other)` constructor for creating a clone of an existing instance, allowing for flexibility and ease of duplication."]]],[]]