Skip to main content

NotificationSummary

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/NotificationSummary.json
negativeCountint64required
pendingActionint64required
positiveCountint64required
totalCountint64required
unprocessedCountint64required
NotificationSummary
{
"$schema": "https://example.com/schemas/NotificationSummary.json",
"negativeCount": 0,
"pendingAction": 0,
"positiveCount": 0,
"totalCount": 0,
"unprocessedCount": 0
}