Class ListNotificationsResponse (0.3.8)

ListNotificationsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response of ListNotifications endpoint.

Attributes

NameDescription
notifications MutableSequence[google.cloud.advisorynotifications_v1.types.Notification]
List of notifications under a given parent.
next_page_token str
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
total_size int
Estimation of a total number of notifications.