payload.response.common.Review.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.common
import java.util.*
data class Review private constructor(
val review_type: Int,
val text: String,
val hidden: Boolean,
val date: Date,
val user_from: User? = null, //null if own_review
val id: String? = null //null if not own_review
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy