DeploymentNotification
The Notification structure contains fields to describe any info/warning/error messages that Tasks can raise.
Properties
string
id
Required
The notification id.
resolution
Optional
The resolution message, if any. Only set for warnings and errors.
string
time
Optional
The time the notification was raised/found. Only set if the time information is available.
JSON Example
{
"id": "string",
"message": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
}