CompensationTarget

data class CompensationTarget(val id: String = generateGlobalId(), val function: FunctionInfoData)

Represents a target for compensation operations.

Constructors

Link copied to clipboard
constructor(id: String = generateGlobalId(), function: FunctionInfoData)

Properties

Link copied to clipboard

The function information that should be compensated

Link copied to clipboard
val id: String

Unique identifier for this compensation target (auto-generated if not provided)