EmailNotificationSettingsRequest Data Type

Properties
name data type constraints description
guid string  
type NotificationType  
active boolean required

Example

{
  "guid" : "...",
  "type" : "QUOTA_EXCEEDED",
  "active" : true
}