AttributionReportingAggregatableDebugReportingConfig

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

Constructors

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

Properties

Link copied to clipboard
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