TypeResponse

data class TypeResponse(val id: String, val name: String)

Represents a type response from the Discovery API.

Holds type details with an ID and name.

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Properties

Link copied to clipboard
val id: String

The type's ID.

Link copied to clipboard

The type's name.