mailslurp.model.WebhookNewAttachmentPayload
Load the model package
import 'package:mailslurp/api.dart';
Properties
Name | Type | Description | Notes |
messageId | String | Idempotent message ID. Store this ID locally or in a database to prevent message duplication. | |
webhookId | String | ID of webhook entity being triggered | |
webhookName | String | Name of the webhook being triggered | [optional] |
eventName | String | Name of the event type webhook is being triggered for. | |
attachmentId | String | ID of attachment. Use the AttachmentController to | |
name | String | Filename of the attachment if present | |
contentType | String | Content type of attachment such as 'image/png' or 'application/pdf | |
contentLength | int | Size of attachment in bytes | |
[Back to Model list] [Back to API list] [Back to ]