The value returned by the last ListSubscriptionsResponse; indicates that
this is a continuation of a prior ListSubscriptions call, and that the
system should return the next page of data.
[[["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."],[[["This webpage details the `ListSubscriptionsRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically for .NET development."],["The latest version for `ListSubscriptionsRequest` available is 3.23.0, with an extensive list of historical versions provided, ranging down to version 2.3.0."],["`ListSubscriptionsRequest` is a request object used for the `ListSubscriptions` method, which implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IMessage`, and `IPageRequest`."],["The class includes properties such as `PageSize`, `PageToken`, and `Project` which define how many subscriptions to return, the continuation token for pagination, and which project to pull from respectively."],["The `ListSubscriptionsRequest` class contains two constructors: a default constructor and a constructor that accepts another `ListSubscriptionsRequest` object for copying."]]],[]]