kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity
/
NotificationServiceResponseModel
Notification
Service
Response
Model
@
Serializable
data
class
NotificationServiceResponseModel
(
val
id
:
Int
?
=
null
,
val
encryptionKey
:
String
?
=
null
,
val
encryptionIV
:
String
?
=
null
)
Members
Constructors
Notification
Service
Response
Model
Link copied to clipboard
constructor
(
id
:
Int
?
=
null
,
encryptionKey
:
String
?
=
null
,
encryptionIV
:
String
?
=
null
)
Properties
encryption
IV
Link copied to clipboard
@
SerialName
(
value
=
"encryption_iv"
)
val
encryptionIV
:
String
?
encryption
Key
Link copied to clipboard
@
SerialName
(
value
=
"encryption_key"
)
val
encryptionKey
:
String
?
id
Link copied to clipboard
val
id
:
Int
?