IdentityNotificationAttributes constructor
IdentityNotificationAttributes({})
Implementation
IdentityNotificationAttributes({
required this.bounceTopic,
required this.complaintTopic,
required this.deliveryTopic,
required this.forwardingEnabled,
this.headersInBounceNotificationsEnabled,
this.headersInComplaintNotificationsEnabled,
this.headersInDeliveryNotificationsEnabled,
});