status property
The status of the test request. Possible values are: * success, data.responseCode: 2xx. * failed, in all other cases. You can use the value of the output field together with the responseCode value to troubleshoot failed test webhooks.
Implementation
@BuiltValueField(wireName: r'status')
String get status;