ListNotificationConfigsResponse

Es un mensaje de respuesta para enumerar las configuraciones de notificaciones.

Representación JSON
{
  "notificationConfigs": [
    {
      object (NotificationConfig)
    }
  ],
  "nextPageToken": string
}
Campos
notificationConfigs[]

object (NotificationConfig)

Configuraciones de notificaciones que pertenecen al elemento superior solicitado

nextPageToken

string

Es un token para recuperar la página siguiente de resultados o dejarlo vacío si no hay más resultados.