| name | data type | description |
|---|---|---|
| alertHeaderText | string | |
| alertDescriptionText | string | |
| alertUrl | string | |
| effectiveStartDate | number | null means unknown |
| effectiveEndDate | number |
Example
{
"alertHeaderText" : "...",
"alertDescriptionText" : "...",
"alertUrl" : "...",
"effectiveStartDate" : 12345,
"effectiveEndDate" : 12345
}