OBJECT

NotificationSettingSummaryListResponse

Description

All Email notification settings for the Rubrik cluster.

link GraphQL Schema definition

  • type NotificationSettingSummaryListResponse {
  • # Notification settings.
  • data: [NotificationSettingSummary!]!
  • # Placeholder for additional notification settings.
  • hasMore: Boolean
  • # Number of notification settings.
  • total: Long
  • nextCursor: String
  • }