TargetAttributesWithPolicy
data class TargetAttributesWithPolicy(val attributes: Map<String, String>, val policy: AggregationPolicy = AggregationPolicy.REPLACE)
Content copied to clipboard
A Map of target attributes with an aggregation policy
Constructors
Link copied to clipboard
fun TargetAttributesWithPolicy(attributes: Map<String, String>, policy: AggregationPolicy = AggregationPolicy.REPLACE)
Content copied to clipboard