ListNotificationsResponse

Response of ListNotifications endpoint.

JSON representation
{
  "notifications": [
    {
      object (Notification)
    }
  ],
  "nextPageToken": string,
  "totalSize": integer
}
Fields
notifications[]

object (Notification)

List of notifications under a given parent.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

totalSize

integer

Estimation of a total number of notifications.