payload.request.AuctionSearch.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.request
import enums.*
data class AuctionSearch(
val type: AuctionType?,
val weapon_url_name: ItemUrlName?,
val positive_stats: List?,
val negative_stats: List?,
val buyout_policy: BuyOutPolicy?,
val mastery_rank_min: Int?,
val mastery_rank_max: Int?,
val re_rolls_min: Int?,
val re_rolls_max: Int?,
val mod_rank: ModRank?,
val polarity: Polarity?,
val sort_by: SortingStyle?
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy