Tracking Correlation Context Response
data class TrackingCorrelationContextResponse(val operationName: String? = null, val operationType: String? = null, val propertyName: String? = null, val value: String? = null)
The tracking correlation context.