agentmail4k
Toggle table of contents
0.1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
agentmail4k
agentmail4k
/
com.agentmail4k.sdk.model
/
WebhookList
Webhook
List
@
Serializable
data
class
WebhookList
(
val
count
:
Int
,
val
limit
:
Int
?
=
null
,
val
nextPageToken
:
String
?
=
null
,
val
webhooks
:
List
<
Webhook
>
)
Paginated list of webhooks.
Members
Constructors
Webhook
List
Link copied to clipboard
constructor
(
count
:
Int
,
limit
:
Int
?
=
null
,
nextPageToken
:
String
?
=
null
,
webhooks
:
List
<
Webhook
>
)
Properties
count
Link copied to clipboard
val
count
:
Int
limit
Link copied to clipboard
val
limit
:
Int
?
next
Page
Token
Link copied to clipboard
@
SerialName
(
value
=
"next_page_token"
)
val
nextPageToken
:
String
?
webhooks
Link copied to clipboard
val
webhooks
:
List
<
Webhook
>