Advisory Notifications v1 API - Class ListNotificationsResponse (1.6.0)

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.

Inheritance

object > ListNotificationsResponse

Namespace

Google.Cloud.AdvisoryNotifications.V1

Assembly

Google.Cloud.AdvisoryNotifications.V1.dll

Constructors

ListNotificationsResponse()

public ListNotificationsResponse()

ListNotificationsResponse(ListNotificationsResponse)

public ListNotificationsResponse(ListNotificationsResponse other)
Parameter
NameDescription
otherListNotificationsResponse

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
TypeDescription
string

Notifications

public RepeatedField<Notification> Notifications { get; }

List of notifications under a given parent.

Property Value
TypeDescription
RepeatedFieldNotification

TotalSize

public int TotalSize { get; set; }

Estimation of a total number of notifications.

Property Value
TypeDescription
int

Methods

GetEnumerator()

public IEnumerator<Notification> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorNotification