http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-a2a-core
/
org.http4k.ai.a2a.model
/
PushNotificationConfigPage
Push
Notification
Config
Page
@
JsonSerializable
data
class
PushNotificationConfigPage
(
val
configs
:
List
<
TaskPushNotificationConfig
>
,
val
nextPageToken
:
PageToken
?
=
null
)
(
source
)
Members
Constructors
Push
Notification
Config
Page
Link copied to clipboard
constructor
(
configs
:
List
<
TaskPushNotificationConfig
>
,
nextPageToken
:
PageToken
?
=
null
)
Properties
configs
Link copied to clipboard
val
configs
:
List
<
TaskPushNotificationConfig
>
next
Page
Token
Link copied to clipboard
val
nextPageToken
:
PageToken
?