ListNotificationConfigsResponse

Mensagem de resposta para listar configurações de notificação.

Representação JSON
{
  "notificationConfigs": [
    {
      object (NotificationConfig)
    }
  ],
  "nextPageToken": string
}
Campos
notificationConfigs[]

object (NotificationConfig)

Configurações de notificação que pertencem ao pai solicitado.

nextPageToken

string

Token para recuperar a próxima página de resultados ou vazia se não houver mais resultados.