hasError property

  1. @BuiltValueField.new(wireName: r'hasError')
bool? get hasError

Indicates if the webhook configuration has errors that need troubleshooting. If the value is true, troubleshoot the configuration using the testing endpoint.

Implementation

@BuiltValueField(wireName: r'hasError')
bool? get hasError;