AuctionResponseItem

data class AuctionResponseItem(val resultType: String, val winners: List<AuctionResponse.AuctionWinnerItem>, val error: Boolean)(source)

A single auction result containing the winning bids.

Constructors

Link copied to clipboard
constructor(resultType: String, winners: List<AuctionResponse.AuctionWinnerItem>, error: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether an error occurred processing this auction.

Link copied to clipboard

The type of auction result (e.g., "listings", "banners").

Link copied to clipboard

List of winning bids for this auction, ordered by rank.