payload.response.Items.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WarframeMarKT Show documentation
Show all versions of WarframeMarKT Show documentation
Kotlin wrapper for api.warframe.market
package payload.response
import enums.IdItem
import enums.ItemUrlName
import enums.ResourceLocation
data class Items private constructor(val items: List- ) {
data class Item private constructor(
val url_name: ItemUrlName,
val id: IdItem,
val item_name: String,
val thumb: ResourceLocation
)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy