TrackingCorrelationContextResponse

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
constructor(operationName: String? = null, operationType: String? = null, propertyName: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val operationName: String? = null

The operation name for correlation context.

Link copied to clipboard
val operationType: String? = null

The operation type for correlation context.

Link copied to clipboard
val propertyName: String? = null

The name of the correlation property.

Link copied to clipboard
val value: String? = null

The template expression for correlation context property value.