TargetAttributesWithPolicy

data class TargetAttributesWithPolicy(val attributes: Map<String, String>, val policy: AggregationPolicy = AggregationPolicy.REPLACE)

A Map of target attributes with an aggregation policy

Constructors

Link copied to clipboard
fun TargetAttributesWithPolicy(attributes: Map<String, String>, policy: AggregationPolicy = AggregationPolicy.REPLACE)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun toJson(): String

Properties

Link copied to clipboard
val attributes: Map<String, String>
Link copied to clipboard
val policy: AggregationPolicy