JsNotFound

data class JsNotFound(val objectType: String = "not_found", val name: String? = null, val set: String? = null, val collectorNumber: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(objectType: String = "not_found", name: String? = null, set: String? = null, collectorNumber: String? = null, type: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
val set: String?
Link copied to clipboard
val type: String?