PushNotification
constructor(id: String = UUID.randomUUID().toString(), credentialId: String, ttl: Int, messageId: String, messageText: String? = null, customPayload: String? = null, challenge: String? = null, numbersChallenge: String? = null, loadBalancer: String? = null, contextInfo: String? = null, pushType: PushType, createdAt: Date = Date(), sentAt: Date? = null, respondedAt: Date? = null, additionalData: Map<String, Any>? = null, approved: Boolean = false, pending: Boolean = true)