Webhook constructor

Webhook({
  1. num connectTimeout,
  2. Map<String, dynamic> data,
  3. String description,
  4. Map<EventType, bool> eventsEnabled,
  5. bool global,
  6. Map<String, String> headers,
  7. String httpAuthenticationPassword,
  8. String httpAuthenticationUsername,
  9. String id,
  10. num insertInstant,
  11. num lastUpdateInstant,
  12. num readTimeout,
  13. WebhookSignatureConfiguration signatureConfiguration,
  14. String sslCertificate,
  15. String sslCertificateKeyId,
  16. List<String> tenantIds,
  17. String url,
})

Implementation

Webhook(
    {this.connectTimeout,
    this.data,
    this.description,
    this.eventsEnabled,
    this.global,
    this.headers,
    this.httpAuthenticationPassword,
    this.httpAuthenticationUsername,
    this.id,
    this.insertInstant,
    this.lastUpdateInstant,
    this.readTimeout,
    this.signatureConfiguration,
    this.sslCertificate,
    this.sslCertificateKeyId,
    this.tenantIds,
    this.url});