AttributionReportingVerboseDebugReportSentParameter

@Serializable
data class AttributionReportingVerboseDebugReportSentParameter(val url: String, val body: List<Map<String, JsonElement>>? = null, val netError: Int? = null, val netErrorName: String? = null, val httpStatusCode: Int? = null)

Constructors

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

Properties

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