AttributionReportingVerboseDebugReportSent

@Serializable
data class AttributionReportingVerboseDebugReportSent(val url: String, val body: List<JsonObject>? = null, val netError: Int? = null, val netErrorName: String? = null, val httpStatusCode: Int? = null) : StorageEvent

(undocumented in the protocol definition)

Official doc

Constructors

constructor(url: String, body: List<JsonObject>? = null, netError: Int? = null, netErrorName: String? = null, httpStatusCode: Int? = null)

Properties

Link copied to clipboard
val body: List<JsonObject>? = null

(undocumented in the protocol definition)

Link copied to clipboard
val httpStatusCode: Int? = null

(undocumented in the protocol definition)

Link copied to clipboard
val netError: Int? = null

(undocumented in the protocol definition)

Link copied to clipboard
val netErrorName: String? = null

(undocumented in the protocol definition)

Link copied to clipboard
val url: String

(undocumented in the protocol definition)