AttributionReportingAggregatableDedupKey

@Serializable
data class AttributionReportingAggregatableDedupKey(val dedupKey: String? = null, val filters: Storage.AttributionReportingFilterPair)

Constructors

Link copied to clipboard
constructor(dedupKey: String? = null, filters: Storage.AttributionReportingFilterPair)

Properties

Link copied to clipboard
val dedupKey: String? = null