NetworkTransaction
constructor(id: String, timestamp: Instant, method: String, url: String, host: String, path: String, requestContentType: String? = null, requestHeaders: List<KeyValue> = emptyList(), requestBody: BodyPreview? = null, status: Int? = null, responseContentType: String? = null, responseHeaders: List<KeyValue> = emptyList(), responseBody: BodyPreview? = null, protocol: String? = null, durationMillis: Long? = null, error: String? = null)