Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.2 KB

WebhookListElement.md

File metadata and controls

24 lines (19 loc) · 1.2 KB

openapi.model.WebhookListElement

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiWebhookID int The unique ID of the Webhook
sWebhookDescription String The description of the Webhook
sWebhookUrl String The URL of the Webhook callback
sWebhookEvent String The concatenated string to describe the Webhook event
sWebhookEmailfailed String The email that will receive the Webhook in case all attempts fail
eWebhookModule FieldEWebhookModule
eWebhookEzsignevent FieldEWebhookEzsignevent [optional]
eWebhookManagementevent FieldEWebhookManagementevent [optional]
bWebhookIsactive bool Whether the Webhook is active or not
bWebhookIssigned bool Whether the requests will be signed or not

[Back to Model list] [Back to API list] [Back to README]