links property

  1. @BuiltValueField.new(wireName: r'_links')
WebhookLinks? get links

References to resources connected with this webhook.

Implementation

@BuiltValueField(wireName: r'_links')
WebhookLinks? get links;