data property

  1. @BuiltValueField.new(wireName: r'data')
BuiltList<Webhook>? get data

The list of webhooks configured for this account.

Implementation

@BuiltValueField(wireName: r'data')
BuiltList<Webhook>? get data;