NotificationServiceResponseModel

@Serializable
data class NotificationServiceResponseModel(val id: Int? = null, val encryptionKey: String? = null, val encryptionIV: String? = null)

Constructors

Link copied to clipboard
constructor(id: Int? = null, encryptionKey: String? = null, encryptionIV: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "encryption_iv")
val encryptionIV: String?
Link copied to clipboard
@SerialName(value = "encryption_key")
val encryptionKey: String?
Link copied to clipboard
val id: Int?