AttributionReportingReportSentParameter

@Serializable
data class AttributionReportingReportSentParameter(val url: String, val body: Map<String, JsonElement>, val result: Storage.AttributionReportingReportResult, val netError: Int? = null, val netErrorName: String? = null, val httpStatusCode: Int? = null)

Constructors

Link copied to clipboard
constructor(url: String, body: Map<String, JsonElement>, result: Storage.AttributionReportingReportResult, netError: Int? = null, netErrorName: String? = null, httpStatusCode: Int? = null)

Properties

Link copied to clipboard
val body: Map<String, JsonElement>
Link copied to clipboard
val httpStatusCode: Int? = null
Link copied to clipboard
val netError: Int? = null

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

Link copied to clipboard
val netErrorName: String? = null
Link copied to clipboard
val url: String