AttributionReportingReportSent

@Serializable
data class AttributionReportingReportSent(val url: String, val body: JsonObject, val result: AttributionReportingReportResult, val netError: Int? = null, val netErrorName: String? = null, val httpStatusCode: Int? = null) : StorageEvent

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(url: String, body: JsonObject, result: AttributionReportingReportResult, netError: Int? = null, netErrorName: String? = null, httpStatusCode: Int? = null)

Properties

Link copied to clipboard
val body: JsonObject

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

If result is sent, populated with net/HTTP status.

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val url: String

(undocumented in the protocol definition)