WebhookDeliveryStatusPayload constructor
WebhookDeliveryStatusPayload({
- required String messageId,
- required String webhookId,
- required WebhookDeliveryStatusPayloadEventNameEnum eventName,
- String? webhookName,
- required String id,
- required String userId,
- String? sentId,
- String? remoteMtaIp,
- String? inboxId,
- String? reportingMta,
- List<
String> ? recipients = const [], - String? smtpResponse,
- int? smtpStatusCode,
- int? processingTimeMillis,
- DateTime? received,
- String? subject,
Returns a new WebhookDeliveryStatusPayload instance.
Implementation
WebhookDeliveryStatusPayload({
required this.messageId,
required this.webhookId,
required this.eventName,
this.webhookName,
required this.id,
required this.userId,
this.sentId,
this.remoteMtaIp,
this.inboxId,
this.reportingMta,
this.recipients = const [],
this.smtpResponse,
this.smtpStatusCode,
this.processingTimeMillis,
this.received,
this.subject,
});