Class ListSubscriptionsResponse
Response message for ListSubscriptions.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.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
The subscriptions from the specified subscriber.
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> |