webhookSettings property

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

The list of webhook settings.

Implementation

@BuiltValueField(wireName: r'webhookSettings')
BuiltList<WebhookSetting>? get webhookSettings;