QueueEventEntity

constructor(id: String, idempotencyKey: String, type: String, payloadBlob: ByteArray, payloadEncoding: String, payloadBytes: Int, createdAtEpochMs: Long, state: String, attempts: Int, nextAttemptAtEpochMs: Long, permanentFailure: Int, lastError: String? = null, quarantineReason: String? = null, updatedAtEpochMs: Long, userId: String? = null, dataClassification: String? = null, anomalyScore: Float? = null)