responseCode property

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

The HTTP response code for your server's response to the test webhook. You can use the value of this field together with the the output field value to troubleshoot failed test webhooks.

Implementation

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