public sealed class ListNotificationsResponse : IPageResponse<Notification>, IEnumerable<Notification>, IEnumerable, IMessage<ListNotificationsResponse>, IEquatable<ListNotificationsResponse>, IDeepCloneable<ListNotificationsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Advisory Notifications v1 API class ListNotificationsResponse.
Response of ListNotifications endpoint.
Implements
IPageResponseNotification, IEnumerableNotification, IEnumerable, IMessageListNotificationsResponse, IEquatableListNotificationsResponse, IDeepCloneableListNotificationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AdvisoryNotifications.V1Assembly
Google.Cloud.AdvisoryNotifications.V1.dll
Constructors
ListNotificationsResponse()
public ListNotificationsResponse()
ListNotificationsResponse(ListNotificationsResponse)
public ListNotificationsResponse(ListNotificationsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListNotificationsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Notifications
public RepeatedField<Notification> Notifications { get; }
List of notifications under a given parent.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNotification |
TotalSize
public int TotalSize { get; set; }
Estimation of a total number of notifications.
Property Value | |
---|---|
Type | Description |
int |
Methods
GetEnumerator()
public IEnumerator<Notification> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorNotification |