TaintResponse

data class TaintResponse(val effect: String? = null, val key: String? = null, val value: String? = null)

Definition of Taint

Constructors

Link copied to clipboard
constructor(effect: String? = null, key: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val effect: String? = null

Property effect

Link copied to clipboard
val key: String? = null

Property key

Link copied to clipboard
val value: String? = null

Property value