mailslurp_netstandard_2x.Model.WebhookResultDto
Result of a webhook notification
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | Guid? | [optional] | |
UserId | Guid | ||
InboxId | Guid? | [optional] | |
WebhookId | Guid | ||
WebhookUrl | string | ||
MessageId | string | ||
RedriveId | Guid? | [optional] | |
HttpMethod | string | ||
WebhookEvent | string | ||
ResponseStatus | int? | [optional] | |
ResponseTimeMillis | long | ||
ResponseBodyExtract | string | [optional] | |
ResultType | string | [optional] | |
CreatedAt | DateTime | ||
UpdatedAt | DateTime | ||
Seen | bool |