ScreeningStatusUpdatedWebhook constructor

ScreeningStatusUpdatedWebhook({
  1. required String webhookType,
  2. required String webhookCode,
  3. required dynamic screeningId,
  4. required WebhookEnvironmentValues environment,
})

Implementation

ScreeningStatusUpdatedWebhook({
  required this.webhookType,
  required this.webhookCode,
  required this.screeningId,
  required this.environment,
});