StreamRecord
StreamRecord object represents a single record of script stream.
Properties
string
message
Optional
Message of the stream records.
string
time
Optional
Time the message was received by the script execution engine. String representing time in format ISO 8601.
JSON Example
{
"message": "string",
"time": "string"
}