Class ListSubscriptionsResponse
The response message for [SubscriptionsService.ListSubscriptions][google.apps.events.subscriptions.v1.SubscriptionsService.ListSubscriptions].
Implements
Namespace: Google.Apps.Events.Subscriptions.V1
Assembly: Google.Apps.Events.Subscriptions.V1.dll
Syntax
public sealed class ListSubscriptionsResponse : IMessage<ListSubscriptionsResponse>, IEquatable<ListSubscriptionsResponse>, IDeepCloneable<ListSubscriptionsResponse>, IBufferMessage, IMessage, IPageResponse<Subscription>, IEnumerable<Subscription>, IEnumerable
Constructors
ListSubscriptionsResponse()
Declaration
public ListSubscriptionsResponse()
ListSubscriptionsResponse(ListSubscriptionsResponse)
Declaration
public ListSubscriptionsResponse(ListSubscriptionsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListSubscriptionsResponse | other |
Properties
NextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Subscriptions
List of subscriptions.
Declaration
public RepeatedField<Subscription> Subscriptions { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Subscription> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Subscription> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Subscription> |