AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-a2a-models
/
dev.mokksy.aimocks.a2a.model
/
TaskPushNotificationConfig
Task
Push
Notification
Config
common
@
Serializable
data
class
TaskPushNotificationConfig
(
val
id
:
TaskId
,
val
pushNotificationConfig
:
PushNotificationConfig
)
(
source
)
Members
Constructors
Task
Push
Notification
Config
Link copied to clipboard
common
constructor
(
id
:
TaskId
,
pushNotificationConfig
:
PushNotificationConfig
)
Types
Companion
Link copied to clipboard
common
object
Companion
Properties
id
Link copied to clipboard
common
@
SerialName
(
value
=
"id"
)
val
id
:
TaskId
push
Notification
Config
Link copied to clipboard
common
@
SerialName
(
value
=
"pushNotificationConfig"
)
val
pushNotificationConfig
:
PushNotificationConfig