ScanUrlRawResponse

data class ScanUrlRawResponse(val success: Boolean, val data: ScanUrlDataContent? = null, val error: String? = null)

Constructors

Link copied to clipboard
constructor(success: Boolean, data: ScanUrlDataContent? = null, error: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val error: String? = null
Link copied to clipboard