NotificationRecipientDetail Data Type

Properties
name data type description
name string
type NotificationRecipientType
notificationPushSettings array of NotificationPushSettingDetail

Example

{
  "name" : "...",
  "type" : "ADMIN",
  "notificationPushSettings" : [ {
    "type" : "HEADER",
    "keyName" : "...",
    "value" : "..."
  }, {
    "type" : "HEADER",
    "keyName" : "...",
    "value" : "..."
  } ]
}