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.
Constructors
Link copied to clipboard
fun TrackingCorrelationContextResponse(operationName: String? = null, operationType: String? = null, propertyName: String? = null, value: String? = null)