AuctionsResponse

constructor(success: Boolean? = null, cause: String? = null, page: Int? = null, totalPages: Int? = null, totalAuctions: Int? = null, lastUpdated: Long? = null, auctions: List<Auction>? = null)