[[["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 document provides reference information for the `ListSubscriptionsResponse` class within the Google Cloud BigQuery Analytics Hub V1 API."],["The `ListSubscriptionsResponse` class is used to handle the response when listing subscriptions, as indicated by its purpose as a message for this response."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, indicating it supports various functionalities like message handling, equality checks, deep cloning, buffering, and enumeration."],["Key properties of the `ListSubscriptionsResponse` class include `NextPageToken` (a string for pagination) and `Subscriptions` (a collection of Subscription objects), and there are also multiple versions of this data as indicated by the version list at the top."],["The class has methods `GetEnumerator()` which returns an enumerator to iterate over the resources and multiple constructors to handle different instantiations of this class, including an empty one and one which accepts another `ListSubscriptionsResponse` as a parameter."]]],[]]