ColoredMessage
ColoredMessage
A message with a color that shows the message's severity or priority.
JSON Example
{
"color": "string",
"message": "string"
}
string
color
Optional
Constraints:
default: YELLOW
The message color that shows the message's severity or priority.
Possible values are :
GREEN,
YELLOW,
RED,
string
message
Optional
A string message.