common-utils
Toggle table of contents
2.8.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
common-utils
email-utils
/
com.pambrose.common.webhook
/
Data
/
Data
Data
constructor
(
createdAt
:
String
,
emailId
:
String
,
from
:
String
,
subject
:
String
?
=
null
,
to
:
List
<
String
>
?
=
null
,
headers
:
List
<
Header
>
?
=
null
,
bounce
:
Bounce
?
=
null
,
click
:
Click
?
=
null
)