status property

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

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;