If not empty, indicates that there may be more subscriptions that match
the request; this value should be passed in a new
ListSubscriptionsRequest to get more subscriptions.
[[["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-31 UTC."],[[["The page provides reference documentation for the `ListSubscriptionsResponse` class within the Google Cloud Pub/Sub v1 API for .NET."],["The `ListSubscriptionsResponse` class is used as a response object when listing subscriptions, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IEnumerable`."],["This page is a documentation for the `ListSubscriptionsResponse` class in the `Google.Cloud.PubSub.V1` namespace with version `3.6.0`, but also provides a list of past versions that is downloadable from version `3.23.0` all the way down to `2.3.0`."],["Key properties of the `ListSubscriptionsResponse` class include `NextPageToken` (for pagination) and `Subscriptions` (a list of subscriptions)."],["The class includes methods such as `GetEnumerator()` for iterating through the subscriptions in the response, as well as inherited members from the `object` base class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]