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
/
PushNotificationConfig
Push
Notification
Config
common
@
Serializable
data
class
PushNotificationConfig
(
val
url
:
String
,
val
token
:
String
?
=
null
,
val
authentication
:
AuthenticationInfo
?
=
null
)
(
source
)
Members
Constructors
Push
Notification
Config
Link copied to clipboard
common
constructor
(
url
:
String
,
token
:
String
?
=
null
,
authentication
:
AuthenticationInfo
?
=
null
)
Types
Companion
Link copied to clipboard
common
object
Companion
Properties
authentication
Link copied to clipboard
common
@
SerialName
(
value
=
"authentication"
)
val
authentication
:
AuthenticationInfo
?
token
Link copied to clipboard
common
@
SerialName
(
value
=
"token"
)
val
token
:
String
?
url
Link copied to clipboard
common
@
SerialName
(
value
=
"url"
)
val
url
:
String
Functions
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String