url property

  1. @BuiltValueField.new(wireName: r'url')
String get url

Public URL where webhooks will be sent, for example https://www.domain.com/webhook-endpoint.

Implementation

@BuiltValueField(wireName: r'url')
String get url;