AttributionReportingAggregatableDebugReportingConfig

@Serializable
data class AttributionReportingAggregatableDebugReportingConfig(val budget: Double? = null, val keyPiece: UnsignedInt128AsBase16, val debugData: List<AttributionReportingAggregatableDebugReportingData>, val aggregationCoordinatorOrigin: String? = null)

(undocumented in the protocol definition)

Official doc

Constructors

constructor(budget: Double? = null, keyPiece: UnsignedInt128AsBase16, debugData: List<AttributionReportingAggregatableDebugReportingData>, aggregationCoordinatorOrigin: String? = null)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val budget: Double? = null

number instead of integer because not all uint32 can be represented by int, only present for source registrations

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)