active property

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

Indicates if the webhook configuration is active. The field must be true for us to send webhooks about events related an account.

Implementation

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