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>?

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

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)