ListNotificationConfigsResponse

Response message for listing notification configs.

JSON representation
{
  "notificationConfigs": [
    {
      object (NotificationConfig)
    }
  ],
  "nextPageToken": string
}
Fields
notificationConfigs[]

object (NotificationConfig)

Notification configs belonging to the requested parent.

nextPageToken

string

Token to retrieve the next page of results, or empty if there are no more results.