ListNotificationConfigsResponse

알림 구성을 나열하기 위한 응답 메시지입니다.

JSON 표현
{
  "notificationConfigs": [
    {
      object (NotificationConfig)
    }
  ],
  "nextPageToken": string
}
필드
notificationConfigs[]

object (NotificationConfig)

요청된 상위 요소에 속한 알림 구성입니다.

nextPageToken

string

결과의 다음 페이지를 검색하는 토큰으로, 결과가 더 이상 없으면 비어 있습니다.