NotFound

@Serializable
data class NotFound(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
@SerialName(value = "collector_number")
val collectorNumber: String?
Link copied to clipboard
val name: String?
Link copied to clipboard
@SerialName(value = "object")
val objectType: String
Link copied to clipboard
val set: String?
Link copied to clipboard
val type: String?