output property

  1. @BuiltValueField.new(wireName: r'output')
String? get output

A short, human-readable explanation of the test result. Your server must respond with *HTTP 2xx for the test webhook to be successful (data.status: success). Find out more about accepting notifications You can use the value of this field together with the responseCode value to troubleshoot unsuccessful test webhooks.

Implementation

@BuiltValueField(wireName: r'output')
String? get output;