[[["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-04-09 UTC."],[[["The provided content details the `ListPurchasableOffersResponse` class within the Google Cloud Channel v1 API, specifically highlighting its various versioned references, with version 2.14.0 being the latest and a list of versions from 2.13.0 down to 1.0.0."],["The `ListPurchasableOffersResponse` class is used as a response message for listing purchasable offers and implements several interfaces like `IPageResponse`, `IEnumerable`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties: `NextPageToken`, a string for retrieving the next page of results, and `PurchasableOffers`, a repeated field containing the list of `PurchasableOffer`."],["The class includes two constructors, a default one and another that accepts a `ListPurchasableOffersResponse` object, allowing for the creation of new instances or copies of existing ones."],["The `GetEnumerator()` method is available for iterating through the `PurchasableOffer` resources contained within the response, in order to access the list of offers requested."]]],[]]